svx/qa/unit/svdraw.cxx                |    2 +-
 sw/qa/extras/ww8export/ww8export3.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6da37b2cfd918f52da7f85e20211c9983d78711c
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Feb 26 16:01:43 2021 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Feb 27 20:54:50 2021 +0100

    Fix typos
    
    Change-Id: I4188e0bcc4089db3060179b7b1c085218fce92f0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111649
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/svx/qa/unit/svdraw.cxx b/svx/qa/unit/svdraw.cxx
index bf452e62156a..95aaea7f659d 100644
--- a/svx/qa/unit/svdraw.cxx
+++ b/svx/qa/unit/svdraw.cxx
@@ -233,7 +233,7 @@ CPPUNIT_TEST_FIXTURE(SvdrawTest, testTextEditEmptyGrabBag)
     rEditView.InsertText("y");
     pSdrView->SdrEndTextEdit();
 
-    // Then make sure that grab-bag is empty to avoid loosing the new text.
+    // Then make sure that grab-bag is empty to avoid losing the new text.
     xGroupProps->getPropertyValue("InteropGrabBag") >>= aGrabBag;
     // Without the accompanying fix in place, this test would have failed with:
     // assertion failed
diff --git a/sw/qa/extras/ww8export/ww8export3.cxx 
b/sw/qa/extras/ww8export/ww8export3.cxx
index b5b033468b02..b2afbce478de 100644
--- a/sw/qa/extras/ww8export/ww8export3.cxx
+++ b/sw/qa/extras/ww8export/ww8export3.cxx
@@ -82,7 +82,7 @@ DECLARE_WW8EXPORT_TEST(testTdf138345_paraCharHighlight, 
"tdf138345_paraCharHighl
     CPPUNIT_ASSERT_EQUAL(static_cast<sal_Int32>(COL_AUTO), 
getProperty<sal_Int32>(xRun, "CharHighlight"));
     CPPUNIT_ASSERT_EQUAL(static_cast<sal_Int32>(COL_AUTO), 
getProperty<sal_Int32>(xRun, "CharBackColor"));
 
-    //tdf#118711 - don't explicity specify the default page style at the 
beginning of the document
+    //tdf#118711 - don't explicitly specify the default page style at the 
beginning of the document
     uno::Reference<beans::XPropertySet> xPara(getParagraph(1), 
uno::UNO_QUERY_THROW);
     CPPUNIT_ASSERT_EQUAL(uno::Any(), xPara->getPropertyValue("PageDescName"));
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to