diff options
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/shell.hxx | 3 |
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 ) |