diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-04-22 09:18:12 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-04-22 09:19:48 +0100 |
commit | 11c834698466aea8004ff4b716afa26ae82aa615 (patch) | |
tree | 3e87c08842a560fb6b9d4efb6ac6ecef70590a64 /include | |
parent | 6ff2d84ade299cb3d14d4110e4cf1a4b8070c030 (diff) |
callcatcher: update unused code
Change-Id: I8a596153fe6ab34c56a956731d7f9909e71044aa
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/mnuitem.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/mnuitem.hxx b/include/sfx2/mnuitem.hxx index 065b6c968b96..98f0cc1a95d3 100644 --- a/include/sfx2/mnuitem.hxx +++ b/include/sfx2/mnuitem.hxx @@ -130,7 +130,6 @@ protected: DECL_LINK( Activate, Menu * ); // Needed to support high contrast images public: - static SfxMenuControl* CreateImpl( sal_uInt16 nId, Menu &rMenu, SfxBindings &rBindings ); SfxAppMenuControl_Impl( sal_uInt16 nPos, Menu& rMenu, SfxBindings& rBindings ); virtual ~SfxAppMenuControl_Impl(); |