summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-10-21 12:35:30 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-10-21 12:36:08 +0200
commit5309cab855f2ccd129de97834d781524e2aa961e (patch)
treef1618a35f3f76e8f958d9655a63564597cf50a2a /include
parenta2f80c9436faaace2cdabbc58be4e2e200f4ae3f (diff)
Remove unused pSfxFormalArgs_Impl
Change-Id: I0c1e8c42fd03bd861323cbff172031f5405c1597
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/shell.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx
index c574b6f45c8c..05c5e48418c8 100644
--- a/include/sfx2/shell.hxx
+++ b/include/sfx2/shell.hxx
@@ -567,12 +567,10 @@ inline void SfxShell::SetPool
pPool = pNewPool;
}
-#define SFX_SLOTMAP(ShellClass) static SfxFormalArgument a##ShellClass##Args_Impl[1]; \
- static SfxSlot a##ShellClass##Slots_Impl[] =
+#define SFX_SLOTMAP(ShellClass) static SfxSlot a##ShellClass##Slots_Impl[] =
#define SFX_DECL_INTERFACE(nId) \
static SfxInterface* pInterface; \
- static const SfxFormalArgument* pSfxFormalArgs_Impl; \
static SfxInterface* GetStaticInterface(); \
static SfxInterfaceId GetInterfaceId() {return SfxInterfaceId(nId);} \
static void RegisterInterface(SfxModule* pMod=NULL); \
@@ -581,7 +579,6 @@ inline void SfxShell::SetPool
#define SFX_IMPL_INTERFACE(Class,SuperClass,NameResId) \
\
SfxInterface* Class::pInterface = 0; \
- const SfxFormalArgument* Class::pSfxFormalArgs_Impl = a##Class##Args_Impl;\
SfxInterface* Class::GetStaticInterface() \
{ \
if ( !pInterface ) \