summaryrefslogtreecommitdiff
path: root/accessibility/source/helper/accresmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/source/helper/accresmgr.cxx')
-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 a448c4000..f81231156 100644
--- a/accessibility/source/helper/accresmgr.cxx
+++ b/accessibility/source/helper/accresmgr.cxx
@@ -56,9 +56,7 @@ void TkResMgr::ensureImplExists()
::com::sun::star::lang::Locale aLocale = Application::GetSettings().GetUILocale();
- ByteString sResMgrName( "acc" );
-
- m_pImpl = SimpleResMgr::Create( sResMgrName.GetBuffer(), aLocale );
+ m_pImpl = SimpleResMgr::Create("acc", aLocale );
if (m_pImpl)
{