diff options
-rw-r--r-- | sc/qa/unit/data/ods/tdf36038_ExtendedLCID.ods | bin | 10122 -> 12098 bytes | |||
-rw-r--r-- | sc/qa/unit/subsequent_export-test.cxx | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/unit/data/ods/tdf36038_ExtendedLCID.ods b/sc/qa/unit/data/ods/tdf36038_ExtendedLCID.ods Binary files differindex 3abb94616088..0c9a23a7f131 100644 --- a/sc/qa/unit/data/ods/tdf36038_ExtendedLCID.ods +++ b/sc/qa/unit/data/ods/tdf36038_ExtendedLCID.ods diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx index 165c68e7ada8..3b4b0099c64f 100644 --- a/sc/qa/unit/subsequent_export-test.cxx +++ b/sc/qa/unit/subsequent_export-test.cxx @@ -4321,8 +4321,8 @@ void ScExportTest::testExtendedLCIDXLSX() ScDocument& rDoc = xDocSh->GetDocument(); SvNumberFormatter* pNumFormatter = rDoc.GetFormatTable(); sal_uInt32 nNumberFormat; - const OUString aLang[4] = { "[$-41E]", "[$-411]", "[$-40D]", "[$-401]" }; - const OUString aCalendar[4] = { "[~buddhist]DD-MM-YYYY", "[~gengou]DD-MM-EE", "[~jewish]DD-MM-YYYY", "[~hijri]DD-MM-YYYY" }; + const OUString aLang[5] = { "[$-41E]", "[$-411]", "[$-40D]", "[$-401]", "[$-500]" }; + const OUString aCalendar[5] = { "[~buddhist]DD-MM-YYYY", "[~gengou]DD-MM-EE", "[~jewish]DD-MM-YYYY", "[~hijri]DD-MM-YYYY", "[~dangi]YYYY/MM/DD" }; for ( sal_Int16 nCol = 1; nCol <= 2; nCol++ ) { for ( sal_Int16 nRow = 1; nRow <= 4; nRow++ ) |