StarOffice 5.1 was released in 1999, fixing this now

Change-Id: I0b6bf947f7d309820334ed1ac6eae5a29b5c69fb
This commit is contained in:
Caolán McNamara
2016-02-20 20:51:43 +00:00
parent f14628438d
commit 60bb689cd4
2 changed files with 1 additions and 7 deletions

View File

@@ -66,7 +66,7 @@ public:
void ExecuteMenu();
void SetMenuMode( sal_uInt16 nMode );
void SetMenuMode(sal_uInt16 nMode) { mnMenuMode = nMode; }
void SetPopupMenu( PopupMenu* pNewMenu );
PopupMenu* GetPopupMenu() const { return mpMenu; }

View File

@@ -160,12 +160,6 @@ void MenuButton::Select()
maSelectHdl.Call( this );
}
void MenuButton::SetMenuMode( sal_uInt16 nMode )
{
// FIXME: It's better to not inline this for 5.1; in 6.0 we can make it inline, however
mnMenuMode = nMode;
}
void MenuButton::SetPopupMenu( PopupMenu* pNewMenu )
{
if (pNewMenu == mpMenu)