summaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/source/helper/accresmgr.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/accessibility/source/helper/accresmgr.cxx b/accessibility/source/helper/accresmgr.cxx
index 81e675daaab3..5487bda2686f 100644
--- a/accessibility/source/helper/accresmgr.cxx
+++ b/accessibility/source/helper/accresmgr.cxx
@@ -43,9 +43,7 @@ void TkResMgr::ensureImplExists()
if (m_pImpl)
return;
- ::com::sun::star::lang::Locale aLocale = Application::GetSettings().GetUILanguageTag().getLocale();
-
- m_pImpl = SimpleResMgr::Create("acc", aLocale );
+ m_pImpl = SimpleResMgr::Create("acc", Application::GetSettings().GetUILanguageTag() );
if (m_pImpl)
{