diff options
Diffstat (limited to 'include/sfx2/shell.hxx')
-rw-r--r-- | include/sfx2/shell.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx index 1bc565d88a8e..8ec070d28800 100644 --- a/include/sfx2/shell.hxx +++ b/include/sfx2/shell.hxx @@ -295,10 +295,6 @@ inline void SfxShell::SetPool pPool = pNewPool; } - - -#define SFX_ARGUMENTMAP(ShellClass) static SfxFormalArgument a##ShellClass##Args_Impl[] = - #define SFX_SLOTMAP(ShellClass) static SfxFormalArgument a##ShellClass##Args_Impl[1]; \ static SfxSlot a##ShellClass##Slots_Impl[] = |