sw/qa/extras/ooxmlexport/ooxmlexport21.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d6ab5c01b2fe486c0e4f8090d7c1eacbe7a12f6c Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sun Mar 9 08:41:39 2025 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sun Mar 9 21:06:47 2025 +0100 Fix typo Change-Id: I5f87f4c5ef8e20c9b6629b9f3e1b7e51396fda25 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182688 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport21.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport21.cxx index d6cf96a8a830..3ae8bfd729a4 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport21.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport21.cxx @@ -1285,7 +1285,7 @@ CPPUNIT_TEST_FIXTURE(Test, testMsWordUlTrailSpace) CPPUNIT_TEST_FIXTURE(Test, testTdf165059_moveFromTo) { loadAndSave("tdf165059_broken.docx"); - // Without the fix, exported contains w:move* ouside of move ranges + // Without the fix, exported contains w:move* outside of move ranges // Outside move range tags ins/del are valid xmlDocUniquePtr p_XmlDoc = parseExport("word/document.xml"); CPPUNIT_ASSERT(p_XmlDoc);