diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/shell.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx index 8ec070d28800..fa7f139a8041 100644 --- a/include/sfx2/shell.hxx +++ b/include/sfx2/shell.hxx @@ -298,8 +298,6 @@ inline void SfxShell::SetPool #define SFX_SLOTMAP(ShellClass) static SfxFormalArgument a##ShellClass##Args_Impl[1]; \ static SfxSlot a##ShellClass##Slots_Impl[] = -#define SFX_SLOTMAP_ARG(ShellClass) static SfxSlot a##ShellClass##Slots_Impl[] = - #define SFX_DECL_INTERFACE(nId) \ static SfxInterface* pInterface; \ private: \ |