summaryrefslogtreecommitdiff
path: root/include/sfx2
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 /include/sfx2
parent2df21aa91b72ed54728f7508a958d58afa42a543 (diff)
sfx2: Kill SFX_STATUSBAR_REGISTRATION macro.
Change-Id: Iff0ffdb955892117a767e1f31c1f854a93feb560
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/shell.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx
index 5f2bae7d95d7..fdc05434d190 100644
--- a/include/sfx2/shell.hxx
+++ b/include/sfx2/shell.hxx
@@ -352,9 +352,6 @@ inline void SfxShell::SetPool
#define SFX_VISIBILITY_SERVER 0x8000
#define SFX_VISIBILITY_NOCONTEXT 0xFFFF // Always visable
-#define SFX_STATUSBAR_REGISTRATION(rResId) \
- GetStaticInterface()->RegisterStatusBar( rResId )
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */