From 2be92a9d4e5255963af5261c7511003626831be9 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 18 Apr 2014 11:38:19 +0200 Subject: svidl: Unwind SFX_SLOTMAP_ARG, and kill it. Change-Id: Icd99fd2cd530f52b0acf5d91667eeec8142e8340 --- include/sfx2/shell.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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: \ -- cgit