summaryrefslogtreecommitdiff
path: root/include/sfx2/mnumgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/mnumgr.hxx')
-rw-r--r--include/sfx2/mnumgr.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/sfx2/mnumgr.hxx b/include/sfx2/mnumgr.hxx
index f752575c6415..786b477b6cc1 100644
--- a/include/sfx2/mnumgr.hxx
+++ b/include/sfx2/mnumgr.hxx
@@ -47,10 +47,7 @@ class SfxMenuManager
friend class SfxPopupMenuManager;
SfxVirtualMenu* pMenu; // the actual Menu
- SfxVirtualMenu* pOldMenu; // only while reconfiguring
SfxBindings* pBindings;
- ResMgr* pResMgr;
- sal_uInt32 nType;
bool bAddClipboardFuncs : 1;
void Construct( SfxVirtualMenu& rMenu );
@@ -58,20 +55,12 @@ friend class SfxPopupMenuManager;
protected:
SfxMenuManager( Menu*, SfxBindings& );
~SfxMenuManager();
- sal_uInt16 GetItemPos( sal_uInt16 nId );
- sal_uInt32 GetType() { return nType; }
public:
DECL_LINK( Select, Menu* );
SfxVirtualMenu* GetMenu() const
{ return pMenu; }
-
- SfxBindings& GetBindings() { return *pBindings; }
- const SfxBindings& GetBindings() const { return *pBindings; }
- void SetResMgr(ResMgr* pMgr) {pResMgr = pMgr; }
- ResMgr* GetResMgr() const { return pResMgr; }
- void SetPopupMenu( sal_uInt16 nId, PopupMenu *pMenu );
};