summaryrefslogtreecommitdiffstats
path: root/include/toolkit
diff options
context:
space:
mode:
Diffstat (limited to 'include/toolkit')
-rw-r--r--include/toolkit/awt/vclxtopwindow.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/toolkit/awt/vclxtopwindow.hxx b/include/toolkit/awt/vclxtopwindow.hxx
index c56269b4bab5..cc8746ba6ec6 100644
--- a/include/toolkit/awt/vclxtopwindow.hxx
+++ b/include/toolkit/awt/vclxtopwindow.hxx
@@ -37,9 +37,6 @@ typedef ::cppu::ImplHelper1 < css::awt::XSystemDependentWindowPeer
class TOOLKIT_DLLPUBLIC VCLXTopWindow_Base :public VCLXTopWindow_XBase
,public VCLXTopWindow_SBase
{
-private:
- const bool m_bWHWND;
-
protected:
css::uno::Reference< css::awt::XMenuBar> mxMenuBar;
@@ -47,7 +44,7 @@ protected:
virtual vcl::Window* GetWindowImpl() = 0;
virtual ::comphelper::OInterfaceContainerHelper2& GetTopWindowListenersImpl() = 0;
- VCLXTopWindow_Base( const bool _bSupportSystemWindowPeer );
+ VCLXTopWindow_Base();
public:
virtual ~VCLXTopWindow_Base();
@@ -88,7 +85,7 @@ protected:
virtual ::comphelper::OInterfaceContainerHelper2& GetTopWindowListenersImpl() override;
public:
- VCLXTopWindow(bool bWHWND = false);
+ VCLXTopWindow();
virtual ~VCLXTopWindow() override;
// css::uno::XInterface