Kaydet (Commit) 922ae902 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

sfx2: bring back resmgr

that was a bit too much removal

partial revert of fd1e9bbc1ebd5040b092aad1d4a68041286fabda

Change-Id: Iabced82fa6aedd25aacf242cafa384e83fd539cb
üst c806f904
...@@ -878,6 +878,13 @@ OUString ChooseMacro( const Reference< XModel >& rxLimitToDocument, bool bChoose ...@@ -878,6 +878,13 @@ OUString ChooseMacro( const Reference< XModel >& rxLimitToDocument, bool bChoose
#endif #endif
ResMgr* SfxApplication::GetOffResManager_Impl()
{
if ( !pAppData_Impl->pOfaResMgr )
pAppData_Impl->pOfaResMgr = ResMgr::CreateResMgr( "ofa");
return pAppData_Impl->pOfaResMgr;
}
namespace namespace
{ {
#ifndef DISABLE_SCRIPTING #ifndef DISABLE_SCRIPTING
......
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