diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-09-01 12:06:23 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-09-02 00:35:07 +0200 |
commit | 3814952f0be80afddcfda7f0e65bb602ed75438c (patch) | |
tree | 4d28d574d145df90d7122ed605e9e3d03847c356 /include/toolkit | |
parent | e66c9aa362c1e8729d76090023960610321b14f3 (diff) |
support XSystemDependentWindowPeer for all toplevel windows
Change-Id: Id79fba6956e2a97a10dcec1cab883d3665ef1628
Reviewed-on: https://gerrit.libreoffice.org/41806
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/toolkit')
-rw-r--r-- | include/toolkit/awt/vclxtopwindow.hxx | 7 |
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 |