summaryrefslogtreecommitdiff
path: root/svx/source/dialog/dialmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/dialmgr.cxx')
-rw-r--r--svx/source/dialog/dialmgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/dialmgr.cxx b/svx/source/dialog/dialmgr.cxx
index a171a9b2f691..ad4b33fca5de 100644
--- a/svx/source/dialog/dialmgr.cxx
+++ b/svx/source/dialog/dialmgr.cxx
@@ -32,7 +32,7 @@ static ResMgr* pResMgr=0;
ResMgr* DialogsResMgr::GetResMgr()
{
if ( !pResMgr )
- pResMgr = ResMgr::CreateResMgr( "svx", Application::GetSettings().GetUILanguageTag().getLocale() );
+ pResMgr = ResMgr::CreateResMgr( "svx", Application::GetSettings().GetUILanguageTag() );
return pResMgr;
}