summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-04-18 15:28:44 +0200
committerJan Holesovsky <kendy@collabora.com>2014-04-18 22:49:27 +0200
commit9f83ea4bc61c051473aeaed9849cba4627aceadb (patch)
treea74b93ca66a9c46c1376283f45767938106d72a8 /include/sfx2
parent7acb27081c6da9fc0ae64f4d145d8744c81d4b0a (diff)
sfx2: Kill SFX_POPUPMENU_REGISTRATION macro.
Change-Id: Ie68ccbe5874ec7c7e1bb73cb2937e06bb4910cd0
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 365383ce0653..97055b25ffe2 100644
--- a/include/sfx2/shell.hxx
+++ b/include/sfx2/shell.hxx
@@ -364,9 +364,6 @@ inline void SfxShell::SetPool
#define SFX_CHILDWINDOW_CONTEXT_REGISTRATION(nId) \
GetStaticInterface()->RegisterChildWindow( nId, true )
-#define SFX_POPUPMENU_REGISTRATION(rResId) \
- GetStaticInterface()->RegisterPopupMenu( rResId )
-
#define SFX_STATUSBAR_REGISTRATION(rResId) \
GetStaticInterface()->RegisterStatusBar( rResId )