sw/qa/extras/ooxmlexport/ooxmlexport17.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8a2c64fbab84e4c87910e0775aaba6f3f0ce9486 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Apr 26 16:10:42 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Apr 26 20:06:35 2022 +0200 Fix typo Change-Id: Ic11575e553bfe7177a0bff6b7f5557213fb1930e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133447 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx index 737dbc06c0f7..8ebe824449c9 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx @@ -106,7 +106,7 @@ DECLARE_OOXMLEXPORT_TEST(testTdf148380_printField, "tdf148380_printField.docx") auto xFieldsAccess(xTextFieldsSupplier->getTextFields()); uno::Reference<container::XEnumeration> xFields(xFieldsAccess->createEnumeration()); uno::Reference<text::XTextField> xField(xFields->nextElement(), uno::UNO_QUERY); - // unspecified SAVEDATE gets default GB formatting because stylele.xml has w:lang w:val="en-GB" + // unspecified SAVEDATE gets default GB formatting because style.xml has w:lang w:val="en-GB" CPPUNIT_ASSERT_EQUAL(OUString("08/04/2022 07:10:00 AM"), xField->getPresentation(false)); CPPUNIT_ASSERT_EQUAL(OUString("DocInformation:Modified"), xField->getPresentation(true)); xField.set(xFields->nextElement(), uno::UNO_QUERY);