xmloff/qa/unit/draw.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 00456c90004b62e6775a4ca0c05875e05ed8f00d
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Thu Aug 13 12:45:40 2020 +0200
Commit:     Noel Grandin <[email protected]>
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 <[email protected]>

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);
 }
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to