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

New commits:
commit 68becc464fc585bd9716c1566c04a7e9d62647f6
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Aug 21 09:26:07 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Aug 21 11:52:16 2023 +0200

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

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport18.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport18.cxx
index 6835a06d5ff4..ddf14cb6bc10 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport18.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport18.cxx
@@ -523,7 +523,7 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf148834_lineNumbering)
     xmlDocUniquePtr pStylesXml = parseExport("word/styles.xml");
     // user specified: do not include in line numbering
     assertXPath(pStylesXml, 
"//w:style[@w:styleId='Normal']/w:pPr/w:suppressLineNumbers", 1);
-    // even though it matches the parent style, these should always avoid 
showing line numberings
+    // even though it matches the parent style, these should always avoid 
showing line numbering
     assertXPath(pStylesXml, 
"//w:style[@w:styleId='Footer']/w:pPr/w:suppressLineNumbers", 1);
     assertXPath(pStylesXml,
                 
"//w:style[@w:styleId='0NUMBERED']/w:pPr/w:suppressLineNumbers", "val", "0");

Reply via email to