summaryrefslogtreecommitdiff
path: root/xmloff/source/style/xmlnumfe.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/xmlnumfe.cxx')
-rw-r--r--xmloff/source/style/xmlnumfe.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/xmlnumfe.cxx b/xmloff/source/style/xmlnumfe.cxx
index 14400f04785a..4c313538b0df 100644
--- a/xmloff/source/style/xmlnumfe.cxx
+++ b/xmloff/source/style/xmlnumfe.cxx
@@ -226,7 +226,7 @@ SvXMLNumFmtExport::SvXMLNumFmtExport(
}
else
{
- LanguageTag aLanguageTag( MsLangId::getSystemLanguage() );
+ LanguageTag aLanguageTag( MsLangId::getConfiguredSystemLanguage() );
pLocaleData.reset( new LocaleDataWrapper( rExport.getComponentContext(), aLanguageTag ) );
}
@@ -256,7 +256,7 @@ SvXMLNumFmtExport::SvXMLNumFmtExport(
}
else
{
- LanguageTag aLanguageTag( MsLangId::getSystemLanguage() );
+ LanguageTag aLanguageTag( MsLangId::getConfiguredSystemLanguage() );
pLocaleData.reset( new LocaleDataWrapper( rExport.getComponentContext(), aLanguageTag ) );
}