sw/qa/extras/ooxmlexport/ooxmlexport18.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 697c1ef9fe9c5065109e798df0eb7d2acfe0153f Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Mar 22 21:45:57 2023 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Mar 23 06:09:03 2023 +0000 Fix typo Change-Id: I48bca01a495c2df86b3868a420b11ce4ab860bd4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149354 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport18.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport18.cxx index 20db0327ccef..b784724fce6f 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport18.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport18.cxx @@ -639,7 +639,7 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf153664) xmlDocUniquePtr pXmlStyles = parseExport("word/styles.xml"); CPPUNIT_ASSERT(pXmlStyles); // Without the fix this was styleId='FigureIndex1' and name was "Figure Index 1" - // This led to syle settings being reset when ToF was updated in Word + // This led to style settings being reset when ToF was updated in Word // TOF's paragraph style should be exported as "Table of Figures" as that's the default Word style name assertXPath(pXmlStyles, "/w:styles/w:style[12]", "styleId", "TableofFigures"); assertXPath(pXmlStyles, "/w:styles/w:style[@w:styleId='TableofFigures']/w:name", "val", "Table of Figures");