totally pointless intermediate object

This commit is contained in:
Caolán McNamara
2011-06-20 00:13:33 +01:00
parent cdf7a764e3
commit d2d118362d

View File

@@ -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)
{