[Libreoffice-commits] core.git: xmloff/qa
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Aug 16 05:32:08 UTC 2020
xmloff/qa/unit/draw.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 00456c90004b62e6775a4ca0c05875e05ed8f00d
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Aug 13 12:45:40 2020 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Sun Aug 16 07:31:25 2020 +0200
Fix typo
Change-Id: Ie3910ffbee6f3a80f077e1c2f3e3112daa96017a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100654
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/xmloff/qa/unit/draw.cxx b/xmloff/qa/unit/draw.cxx
index afffa65354e0..73d9ee918d34 100644
--- a/xmloff/qa/unit/draw.cxx
+++ b/xmloff/qa/unit/draw.cxx
@@ -70,7 +70,7 @@ CPPUNIT_TEST_FIXTURE(XmloffDrawTest, testTextBoxLoss)
xShape->getPropertyValue("TextBox") >>= bTextBox;
// Without the accompanying fix in place, this test would have failed, as the shape only had
- // editeng text, loosing the image part of the shape text.
+ // editeng text, losing the image part of the shape text.
CPPUNIT_ASSERT(bTextBox);
}
More information about the Libreoffice-commits
mailing list