summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-04-06 16:18:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-04-06 16:18:41 +0100
commit95b720f6d7ba2639c06ba07c3f70aca871a45950 (patch)
tree97654e80487679996736354f9dcbb6baf62ee460 /include
parentd02a015593fc129d55e03e2b6d4caacd4e6d3787 (diff)
revert to fix tdf#98783 missing menubar
Change-Id: Ia322149a7ed461f528af856d9907fe4620f9e97f
Diffstat (limited to 'include')
-rw-r--r--include/vcl/menu.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vcl/menu.hxx b/include/vcl/menu.hxx
index e88bf463fd8c..0f4de5c00ce4 100644
--- a/include/vcl/menu.hxx
+++ b/include/vcl/menu.hxx
@@ -414,7 +414,6 @@ class VCL_DLLPUBLIC MenuBar : public Menu
bool mbFloatBtnVisible : 1;
bool mbHideBtnVisible : 1;
bool mbDisplayable : 1;
- VclPtr<SystemWindow> mxAssociatedSystemWindow;
friend class Application;
friend class Menu;
@@ -433,7 +432,7 @@ protected:
MenuBarWindow* getMenuBarWindow();
public:
- MenuBar( SystemWindow* pAssociatedSystemWindow = nullptr );
+ MenuBar();
MenuBar( const MenuBar& rMenu );
virtual ~MenuBar();