diff options
Diffstat (limited to 'svl')
-rw-r--r-- | svl/qa/unit/svl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx index 12efb5b06ea6..69c1be6f853f 100644 --- a/svl/qa/unit/svl.cxx +++ b/svl/qa/unit/svl.cxx @@ -1294,7 +1294,7 @@ void Test::testUserDefinedNumberFormats() checkPreviewString(aFormatter, sCode, M_PI, eLang, sExpected); } { // tdf#101096: different detection of month/minute with Excel - sCode = "HH DD MM"; // month detectected because of previous DD + sCode = "HH DD MM"; // month detected because of previous DD sExpected = "03 02 01"; checkPreviewString(aFormatter, sCode, M_PI, eLang, sExpected); sCode = "HH:MM HH DD/MM"; // month detected because of previous DD |