diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-21 16:05:23 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-22 08:23:47 +0100 |
commit | 4c349c7b2fa422f17354b1db7231ffe4d15d3b44 (patch) | |
tree | b5f2a53da0e59936cfc45fa77ddd08ccce3e519b /include/toolkit | |
parent | d5ae190a6fd483f3d0346ce4abbc4089f5092234 (diff) |
loplugin:unusedfields in toolkit
Change-Id: Ida146892e786aa05cd9b94cd647a1c5849ecc2ce
Reviewed-on: https://gerrit.libreoffice.org/68162
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/toolkit')
-rw-r--r-- | include/toolkit/awt/vclxtopwindow.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/toolkit/awt/vclxtopwindow.hxx b/include/toolkit/awt/vclxtopwindow.hxx index b018b20335f9..08777e280cee 100644 --- a/include/toolkit/awt/vclxtopwindow.hxx +++ b/include/toolkit/awt/vclxtopwindow.hxx @@ -39,9 +39,6 @@ class TOOLKIT_DLLPUBLIC VCLXTopWindow_Base :public VCLXTopWindow_XBase ,public VCLXTopWindow_SBase { protected: - css::uno::Reference< css::awt::XMenuBar> mxMenuBar; - - virtual vcl::Window* GetWindowImpl() = 0; virtual ::comphelper::OInterfaceContainerHelper2& GetTopWindowListenersImpl() = 0; |