diff options
Diffstat (limited to 'vcl/source/window/menubarwindow.hxx')
-rw-r--r-- | vcl/source/window/menubarwindow.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/window/menubarwindow.hxx b/vcl/source/window/menubarwindow.hxx index 52d082076993..ad3c336280fd 100644 --- a/vcl/source/window/menubarwindow.hxx +++ b/vcl/source/window/menubarwindow.hxx @@ -123,6 +123,7 @@ public: virtual sal_uLong GetFocusId() const SAL_OVERRIDE { return nSaveFocusId; } virtual void SetMenu(MenuBar* pMenu) SAL_OVERRIDE; + virtual void SetHeight(long nHeight) SAL_OVERRIDE; virtual void KillActivePopup() SAL_OVERRIDE; virtual void PopupClosed(Menu* pMenu) SAL_OVERRIDE; virtual sal_uInt16 GetHighlightedItem() const SAL_OVERRIDE { return nHighlightedItem; } |