diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-13 12:45:40 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-16 07:31:25 +0200 |
commit | 00456c90004b62e6775a4ca0c05875e05ed8f00d (patch) | |
tree | 1129285c060346d4a39d5389bb3efc29b8589d63 /xmloff/qa | |
parent | 86b11de49202ff4724dfda9ee6fc799abed5a08c (diff) |
Fix typo
Change-Id: Ie3910ffbee6f3a80f077e1c2f3e3112daa96017a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100654
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/qa')
-rw-r--r-- | xmloff/qa/unit/draw.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |