From 5be14df2444d9fcc3518c5f54872c87b924e3e98 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Fri, 29 Mar 2013 14:07:33 +0100 Subject: ResMgr with LanguageTag Change-Id: Ie5ce9157a7ea59db7b0509fbaec61d07f8f9edf0 --- accessibility/source/helper/accresmgr.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'accessibility') 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) { -- cgit v1.2.3