From 0e0be1be40687b3c6131a3027a06080c6a0f1a51 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 20 Mar 2015 16:58:02 +0200 Subject: remove SFX_SLOTMAP macro an impediment to understanding Change-Id: Ic88f52a921a9f6f3e4244b73d4e1e8970c77677f --- include/sfx2/shell.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/sfx2/shell.hxx') diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx index 7679eec6e527..b2f88a89dc2d 100644 --- a/include/sfx2/shell.hxx +++ b/include/sfx2/shell.hxx @@ -537,8 +537,6 @@ inline void SfxShell::SetPool pPool = pNewPool; } -#define SFX_SLOTMAP(ShellClass) static SfxSlot a##ShellClass##Slots_Impl[] = - #define SFX_DECL_INTERFACE(nId) \ static SfxInterface* pInterface; \ static SfxInterface* GetStaticInterface(); \ -- cgit