summaryrefslogtreecommitdiff
path: root/sfx2/source/menu/mnuitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/menu/mnuitem.cxx')
-rw-r--r--sfx2/source/menu/mnuitem.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/sfx2/source/menu/mnuitem.cxx b/sfx2/source/menu/mnuitem.cxx
index b871d7120069..8d62caf6e66b 100644
--- a/sfx2/source/menu/mnuitem.cxx
+++ b/sfx2/source/menu/mnuitem.cxx
@@ -66,7 +66,6 @@ using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::util;
-
// binds the instance to the specified id and assignes the title
void SfxMenuControl::Bind(
@@ -89,8 +88,6 @@ void SfxMenuControl::Bind(
}
-
-
// binds the item to the specified menu and assignes the title
void SfxMenuControl::Bind(
@@ -108,7 +105,6 @@ void SfxMenuControl::Bind(
}
-
// Constructor for explicit registration
SfxMenuControl::SfxMenuControl( bool bShowStrings )
@@ -119,7 +115,6 @@ SfxMenuControl::SfxMenuControl( bool bShowStrings )
}
-
// Constructor for array
SfxMenuControl::SfxMenuControl():
pOwnMenu(nullptr),
@@ -129,7 +124,6 @@ SfxMenuControl::SfxMenuControl():
}
-
SfxMenuControl::SfxMenuControl(sal_uInt16 nSlotId, SfxBindings& rBindings):
SfxControllerItem(nSlotId, rBindings),
pOwnMenu(nullptr),
@@ -144,15 +138,12 @@ SfxMenuControl::SfxMenuControl(sal_uInt16 nSlotId, SfxBindings& rBindings):
}
-
-
SfxMenuControl::~SfxMenuControl()
{
delete pSubMenu;
}
-
// changes the state in the virtual menu
void SfxMenuControl::StateChanged
@@ -238,7 +229,6 @@ void SfxMenuControl::StateChanged
}
-
SfxMenuControl* SfxMenuControl::CreateImpl( sal_uInt16 /*nId*/, Menu& /*rMenu*/, SfxBindings& /*rBindings*/ )
{
return new SfxMenuControl( true );
@@ -290,7 +280,6 @@ SfxMenuControl* SfxMenuControl::CreateControl( sal_uInt16 nId, Menu &rMenu, SfxB
}
-
SfxUnoMenuControl* SfxMenuControl::CreateControl( const OUString& rCmd,
sal_uInt16 nId, Menu& rMenu, const OUString& sItemText,
SfxBindings& rBindings, SfxVirtualMenu* pVirt)