summaryrefslogtreecommitdiff
path: root/sw/source/ui
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 /sw/source/ui
parent7dad065277b82bf5b943f56818b259d0d211346f (diff)
Drop unnecessary SfxApplication::CreateResManager wrapper
Change-Id: I2b8662ec85b8f710aa17a2c6f59c4b35af7685f3
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/dialog/swdialmgr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/dialog/swdialmgr.cxx b/sw/source/ui/dialog/swdialmgr.cxx
index fb6ed35c38d9..405e083a77cc 100644
--- a/sw/source/ui/dialog/swdialmgr.cxx
+++ b/sw/source/ui/dialog/swdialmgr.cxx
@@ -18,7 +18,7 @@
*/
#include "dialmgr.hxx"
-#include <sfx2/app.hxx>
+#include <tools/resmgr.hxx>
#ifndef DISABLE_DYNLOADING
ResMgr* pSwResMgr=0;
@@ -30,7 +30,7 @@ ResMgr* SwDialogsResMgr::GetResMgr()
{
if ( !pSwResMgr )
{
- pSwResMgr = SfxApplication::CreateResManager( "sw" );
+ pSwResMgr = ResMgr::CreateResMgr( "sw" );
}
return pSwResMgr;