diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-02-26 16:01:43 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-02-27 20:54:50 +0100 |
commit | 6da37b2cfd918f52da7f85e20211c9983d78711c (patch) | |
tree | a4ba97c3cae961f4d7bb6f1547006df898d0eece | |
parent | 815bf8ebfb1a883f73ef4f2aa31e2d5fbdccb01d (diff) |
Fix typos
Change-Id: I4188e0bcc4089db3060179b7b1c085218fce92f0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111649
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | svx/qa/unit/svdraw.cxx | 2 | ||||
-rw-r--r-- | sw/qa/extras/ww8export/ww8export3.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
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")); } |