diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-07-29 14:27:34 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-07-29 14:27:43 +0200 |
commit | 551f76f410c5a2b8efb7e4736ca0e1440bd58276 (patch) | |
tree | 7c68a21f3fb018a75c1317c3ef5b4dd9e5e97f81 /starmath | |
parent | 7dad065277b82bf5b943f56818b259d0d211346f (diff) |
Drop unnecessary SfxApplication::CreateResManager wrapper
Change-Id: I2b8662ec85b8f710aa17a2c6f59c4b35af7685f3
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/smmod.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/starmath/source/smmod.cxx b/starmath/source/smmod.cxx index 8bc1ddc464a3..7a746f44e738 100644 --- a/starmath/source/smmod.cxx +++ b/starmath/source/smmod.cxx @@ -20,7 +20,6 @@ #include <tools/globname.hxx> #include <vcl/status.hxx> #include <sfx2/msg.hxx> -#include <sfx2/app.hxx> #include <sfx2/objface.hxx> #include <svl/whiter.hxx> #include <sfx2/request.hxx> @@ -164,7 +163,7 @@ void SmModule::InitInterface_Impl() } SmModule::SmModule(SfxObjectFactory* pObjFact) : - SfxModule(SfxApplication::CreateResManager("sm"), false, pObjFact, NULL), + SfxModule(ResMgr::CreateResMgr("sm"), false, pObjFact, NULL), pColorConfig( 0 ), pConfig( 0 ), pLocSymbolData( 0 ), |