sw/qa/extras/ooxmlexport/ooxmlexport18.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 46f00c710f6deb59f369dd6736693e133e51f05f Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Nov 3 18:05:41 2022 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Nov 3 19:34:58 2022 +0100 Fix typo Change-Id: If6bfabcfb1f9bc653b72c3775cdeaa91e0058fe0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142248 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 867fdca9c8e6..d336625159a5 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport18.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport18.cxx @@ -148,7 +148,7 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf150966_regularInset) // That should result in tIns="179640" and bIns="360000" on export. // Without fix the insets were tIns="359280" and bIns="539640". The text area had 1080Emu height - // and Word displayes no text at all. + // and Word displays no text at all. save("Office Open XML Text", maTempFile); mbExported = true; xmlDocUniquePtr pXmlDoc = parseExport("word/document.xml");