diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-28 08:38:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-28 10:59:41 +0200 |
commit | 6ac7dfdba4deb6b8fd96d0df18d1c1102aace64a (patch) | |
tree | be6000617131221db74fc2d8baedf402b141bc63 /include/sfx2 | |
parent | 7e65f2b862709f88825db30266e9791a93eaf5c0 (diff) |
loplugin:unusedfields
Change-Id: I67a0372d6982648717651f736c51e447d0b7d6a2
Reviewed-on: https://gerrit.libreoffice.org/37047
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/sidebar/ControllerItem.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/sidebar/ControllerItem.hxx b/include/sfx2/sidebar/ControllerItem.hxx index c02509934e23..82e003117510 100644 --- a/include/sfx2/sidebar/ControllerItem.hxx +++ b/include/sfx2/sidebar/ControllerItem.hxx @@ -88,7 +88,6 @@ protected: private: ItemUpdateReceiverInterface& mrItemUpdateReceiver; - css::uno::Reference<css::frame::XFrame> mxFrame; css::uno::Reference<css::lang::XComponent> mxFrameActionListener; const ::rtl::OUString msCommandName; }; |