From 8c3ab6093afad91f7dcb7b674adb257be9530ca7 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 18 Apr 2014 16:10:11 +0200 Subject: sfx2: Kill SFX_STATUSBAR_REGISTRATION macro. Change-Id: Iff0ffdb955892117a767e1f31c1f854a93feb560 --- include/sfx2/shell.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/sfx2') 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: */ -- cgit