diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-02-21 08:38:35 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-21 14:25:44 +0000 |
commit | 42eb8d310c15e05fc224c9b7a61fdf4bf3118f70 (patch) | |
tree | 2269bc77bed95fd458d55f9d2da01e2aa8a8723a /sfx2/inc | |
parent | 4bb264574a9136ae39e5557b080d3f49a853ce6e (diff) |
unwrap ifdefs with unused members
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/mnuitem.hxx | 2 |
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(); }; |