summaryrefslogtreecommitdiff
path: root/framework/inc/uielement/menubarmanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/uielement/menubarmanager.hxx')
-rw-r--r--framework/inc/uielement/menubarmanager.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/inc/uielement/menubarmanager.hxx b/framework/inc/uielement/menubarmanager.hxx
index b7e37d2cad62..5f41fb6de573 100644
--- a/framework/inc/uielement/menubarmanager.hxx
+++ b/framework/inc/uielement/menubarmanager.hxx
@@ -95,7 +95,8 @@ class MenuBarManager : public css::frame::XStatusListener ,
const OUString& aModuleIdentifier,
Menu* pMenu,
bool bDelete,
- bool bDeleteChildren );
+ bool bDeleteChildren,
+ bool bHasMenuBar = true );
virtual ~MenuBarManager();
@@ -214,6 +215,7 @@ class MenuBarManager : public css::frame::XStatusListener ,
bool m_bRetrieveImages : 1,
m_bAcceleratorCfg : 1;
bool m_bModuleIdentified;
+ bool m_bHasMenuBar;
OUString m_aMenuItemCommand;
OUString m_aModuleIdentifier;
Menu* m_pVCLMenu;