diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-04-18 07:57:15 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-04-18 22:49:26 +0200 |
commit | 6b1f81267882d3a5f48ccc12426e8df1af3eff06 (patch) | |
tree | f2c82e463d0ca02ebcf8558459528c1ef9333f31 /include/sfx2 | |
parent | e7f3d21ef0cb1b4bc1b957e473755ee4130eb5f0 (diff) |
svidl: Unwind SFX_ARGUMENTMAP macro, and kill it.
Change-Id: I7c4902a4151f207d8a61b76d05fad74a4c8854d4
Diffstat (limited to 'include/sfx2')
-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[] = |