From 95b720f6d7ba2639c06ba07c3f70aca871a45950 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 6 Apr 2016 16:18:13 +0100 Subject: revert to fix tdf#98783 missing menubar Change-Id: Ia322149a7ed461f528af856d9907fe4620f9e97f --- include/vcl/menu.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') 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 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(); -- cgit