summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-04-20 10:13:40 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-04-20 10:31:57 +0100
commit888e154dba0d0de2539e44029f022dbf963a6029 (patch)
tree67fee1887fef3542e865d235317f987a82387eed /include
parent04cadb3191573dff59c79a7780a4139ed148f122 (diff)
drop unused -SfxAppMenuControl_Impl::RegisterControl
Change-Id: I2f9d151449d5f58cd553f28b98c2aabfbb204dd6
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/mnuitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/mnuitem.hxx b/include/sfx2/mnuitem.hxx
index 0ddfe024242b..065b6c968b96 100644
--- a/include/sfx2/mnuitem.hxx
+++ b/include/sfx2/mnuitem.hxx
@@ -130,7 +130,7 @@ protected:
DECL_LINK( Activate, Menu * ); // Needed to support high contrast images
public:
- SFX_DECL_MENU_CONTROL();
+ static SfxMenuControl* CreateImpl( sal_uInt16 nId, Menu &rMenu, SfxBindings &rBindings );
SfxAppMenuControl_Impl( sal_uInt16 nPos, Menu& rMenu, SfxBindings& rBindings );
virtual ~SfxAppMenuControl_Impl();