summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-04-18 16:10:11 +0200
committerJan Holesovsky <kendy@collabora.com>2014-04-18 22:51:06 +0200
commit8c3ab6093afad91f7dcb7b674adb257be9530ca7 (patch)
treeb7773a5a6d4547be1a6f4ea26984ace57081a2ea /sw
parent2df21aa91b72ed54728f7508a958d58afa42a543 (diff)
sfx2: Kill SFX_STATUSBAR_REGISTRATION macro.
Change-Id: Iff0ffdb955892117a767e1f31c1f854a93feb560
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/uibase/app/apphdl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/uibase/app/apphdl.cxx b/sw/source/core/uibase/app/apphdl.cxx
index 410fb0e5db5c..fd517e832bc9 100644
--- a/sw/source/core/uibase/app/apphdl.cxx
+++ b/sw/source/core/uibase/app/apphdl.cxx
@@ -113,7 +113,7 @@ using namespace ::com::sun::star;
SFX_IMPL_INTERFACE( SwModule, SfxModule, SW_RES(RID_SW_NAME) )
{
- SFX_STATUSBAR_REGISTRATION(SW_RES(CFG_STATUSBAR));
+ GetStaticInterface()->RegisterStatusBar(SW_RES(CFG_STATUSBAR));
GetStaticInterface()->RegisterObjectBar(SFX_OBJECTBAR_APPLICATION | SFX_VISIBILITY_DESKTOP | SFX_VISIBILITY_STANDARD | SFX_VISIBILITY_CLIENT | SFX_VISIBILITY_VIEWER,
SW_RES(RID_MODULE_TOOLBOX));