sw/qa/extras/odfimport/odfimport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 60649390a3a33a77649e12c2a7781e18e3bca41a
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Dec 27 17:38:38 2021 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Dec 27 18:33:53 2021 +0100

    Fix typo
    
    Change-Id: I4591b016b087abb49de54f66eb947ba4004500f3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127598
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sw/qa/extras/odfimport/odfimport.cxx 
b/sw/qa/extras/odfimport/odfimport.cxx
index fa79c7197f42..ed715a75f9a2 100644
--- a/sw/qa/extras/odfimport/odfimport.cxx
+++ b/sw/qa/extras/odfimport/odfimport.cxx
@@ -1313,7 +1313,7 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf146257)
         uno::Reference<beans::XPropertySet> xPara(getParagraph(4), 
uno::UNO_QUERY);
         CPPUNIT_ASSERT_EQUAL(OUString(""), getProperty<OUString>(xPara, 
"ListLabelString"));
     }
-    // For second list ensure second level empty and thord level should not 
contain extra dots
+    // For second list ensure second level empty and third level should not 
contain extra dots
     {
         uno::Reference<beans::XPropertySet> xPara(getParagraph(6), 
uno::UNO_QUERY);
         CPPUNIT_ASSERT_EQUAL(OUString("1"), getProperty<OUString>(xPara, 
"ListLabelString"));

Reply via email to