summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-07-29 14:27:34 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-07-29 14:27:43 +0200
commit551f76f410c5a2b8efb7e4736ca0e1440bd58276 (patch)
tree7c68a21f3fb018a75c1317c3ef5b4dd9e5e97f81 /sd
parent7dad065277b82bf5b943f56818b259d0d211346f (diff)
Drop unnecessary SfxApplication::CreateResManager wrapper
Change-Id: I2b8662ec85b8f710aa17a2c6f59c4b35af7685f3
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/app/sdmod.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/ui/app/sdmod.cxx b/sd/source/ui/app/sdmod.cxx
index 9bd820d35c6d..8bde8c426a02 100644
--- a/sd/source/ui/app/sdmod.cxx
+++ b/sd/source/ui/app/sdmod.cxx
@@ -22,7 +22,6 @@
#include <unotools/ucbstreamhelper.hxx>
#include <tools/urlobj.hxx>
#include <vcl/virdev.hxx>
-#include <sfx2/app.hxx>
#include <vcl/status.hxx>
#include <svl/intitem.hxx>
#include <sfx2/msg.hxx>
@@ -68,7 +67,7 @@ void SdModule::InitInterface_Impl()
// Ctor
SdModule::SdModule(SfxObjectFactory* pFact1, SfxObjectFactory* pFact2 )
-: SfxModule( SfxApplication::CreateResManager("sd"), false,
+: SfxModule( ResMgr::CreateResMgr("sd"), false,
pFact1, pFact2, NULL ),
pTransferClip(NULL),
pTransferDrag(NULL),