summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-02-21 08:38:35 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-02-21 14:25:44 +0000
commit42eb8d310c15e05fc224c9b7a61fdf4bf3118f70 (patch)
tree2269bc77bed95fd458d55f9d2da01e2aa8a8723a /sfx2/inc
parent4bb264574a9136ae39e5557b080d3f49a853ce6e (diff)
unwrap ifdefs with unused members
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/mnuitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/inc/sfx2/mnuitem.hxx b/sfx2/inc/sfx2/mnuitem.hxx
index 62ebce679ed4..88871d598084 100644
--- a/sfx2/inc/sfx2/mnuitem.hxx
+++ b/sfx2/inc/sfx2/mnuitem.hxx
@@ -138,7 +138,7 @@ protected:
DECL_LINK( Activate, Menu * );
public:
- SFX_DECL_MENU_CONTROL();
+ static SfxMenuControl* CreateImpl( sal_uInt16 nId, Menu &rMenu, SfxBindings &rBindings );
SfxAppMenuControl_Impl( sal_uInt16 nPos, Menu& rMenu, SfxBindings& rBindings );
~SfxAppMenuControl_Impl();
};