diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-04-18 11:38:19 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-04-18 22:49:26 +0200 |
commit | 2be92a9d4e5255963af5261c7511003626831be9 (patch) | |
tree | 5147355c0a176467b6fd1f85f69a932274faa193 /include | |
parent | 62256ea10a5b7d2b554902780fbb3be12a8d07b3 (diff) |
svidl: Unwind SFX_SLOTMAP_ARG, and kill it.
Change-Id: Icd99fd2cd530f52b0acf5d91667eeec8142e8340
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: \ |