diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-04-23 14:17:15 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-04-23 14:24:48 +0200 |
commit | 9c4d3188bb34c24f611bd4d5e94376d4734dd8c3 (patch) | |
tree | 5c2cdcdb067e11eac32199528b00edf1e0fbeada | |
parent | 6aec08a3dd4207edd65f076412ff58ca49c210c3 (diff) |
Fix typo
Change-Id: If2bc62044609ef173ac147196a9f78363db002eb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133345
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sw/qa/extras/ooxmlexport/ooxmlexport17.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx index 8dbdd637a3b3..9347a8abfb54 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx @@ -102,7 +102,7 @@ DECLARE_OOXMLEXPORT_TEST(testTdf148380_modifiedField, "tdf148380_modifiedField.d DECLARE_OOXMLEXPORT_TEST(testTdf132475_printField, "tdf132475_printField.docx") { - // The last printed date field: formatted two diferent ways + // The last printed date field: formatted two different ways getParagraph(2, "Thursday, March 17, 2022"); getParagraph(3, "17-Mar-22"); // Time zone affects the displayed time in MS Word. LO shows GMT time. Word only updated by F9 |