summaryrefslogtreecommitdiff
path: root/reportdesign/source/core/resource/core_resource.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/core/resource/core_resource.cxx')
-rw-r--r--reportdesign/source/core/resource/core_resource.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/core/resource/core_resource.cxx b/reportdesign/source/core/resource/core_resource.cxx
index 7dc6f01551d5..df12dd0dcb1e 100644
--- a/reportdesign/source/core/resource/core_resource.cxx
+++ b/reportdesign/source/core/resource/core_resource.cxx
@@ -54,7 +54,7 @@ namespace reportdesign
// now that we have an impl class make sure it's deleted on unloading the library
static ResourceManager::EnsureDelete s_aDeleteTheImplClass;
- ::com::sun::star::lang::Locale aLocale = Application::GetSettings().GetUILocale();
+ ::com::sun::star::lang::Locale aLocale = Application::GetSettings().GetUILanguageTag().getLocale();
m_pImpl = SimpleResMgr::Create("rpt", aLocale);
}