summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-04-26 16:10:42 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-04-26 20:06:35 +0200
commit8a2c64fbab84e4c87910e0775aaba6f3f0ce9486 (patch)
treef17fc24728777d8604a2fee25f97f3468c2f5f8c
parent5fe702f1b69a02a274621a01db68256a94edfd36 (diff)
Fix typo
Change-Id: Ic11575e553bfe7177a0bff6b7f5557213fb1930e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133447 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport17.cxx2
1 files changed, 1 insertions, 1 deletions
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);