summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/virtmenu.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/inc/virtmenu.hxx')
-rw-r--r--sfx2/source/inc/virtmenu.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/inc/virtmenu.hxx b/sfx2/source/inc/virtmenu.hxx
index 3d7e02d1a1..ce475ef54d 100644
--- a/sfx2/source/inc/virtmenu.hxx
+++ b/sfx2/source/inc/virtmenu.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -63,12 +64,11 @@ private:
BOOL bHelpInitialized : 1;
BOOL bIsActive : 1;
BOOL bControllersUnBound : 1;
- BOOL bWasHighContrast : 1;
BOOL bIsAddonPopupMenu : 1;
private:
void Construct_Impl();
- FASTBOOL Bind_Impl( Menu *pMenu );
+ bool Bind_Impl( Menu *pMenu );
inline SfxMenuCtrlArr_Impl& GetAppCtrl_Impl()
{
return pAppCtrl? *pAppCtrl: *(pAppCtrl = new SfxMenuCtrlArr_Impl) ;
@@ -108,7 +108,6 @@ public:
USHORT GetItemId( USHORT nPos ) const;
SfxVirtualMenu* GetPopupMenu( USHORT nId ) const;
String GetItemText( USHORT nId ) const;
- String GetItemHelpText( USHORT nId ) const;
//void InvalidateKeyCodes();
@@ -124,7 +123,6 @@ public:
void SetResMgr(ResMgr* pMgr) {pResMgr = pMgr; }
ResMgr* GetResMgr() { return pResMgr; }
void SetHelpIds( ResMgr* );
- BOOL IsHiContrastMode() const;
void UpdateImages();
DECL_LINK( Select, Menu * );
@@ -157,3 +155,5 @@ inline USHORT SfxVirtualMenu::GetItemId( USHORT nPos ) const
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */