Kaydet (Commit) 1b2dcc44 authored tarafından Caolán McNamara's avatar Caolán McNamara

Pointless to convert char* to OString and back

üst aa8715e7
...@@ -539,8 +539,7 @@ short SfxApplication::QuerySave_Impl( SfxObjectShell& rDoc, sal_Bool /*bAutoSave ...@@ -539,8 +539,7 @@ short SfxApplication::QuerySave_Impl( SfxObjectShell& rDoc, sal_Bool /*bAutoSave
ResMgr* SfxApplication::CreateResManager( const char *pPrefix ) ResMgr* SfxApplication::CreateResManager( const char *pPrefix )
{ {
String aMgrName = String::CreateFromAscii( pPrefix ); return ResMgr::CreateResMgr(pPrefix);
return ResMgr::CreateResMgr(U2S(aMgrName));
} }
//--------------------------------------------------------------------- //---------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment