diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-20 08:44:33 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-20 10:07:10 +0200 |
commit | 1c5cae479bebd2d325182adc2c9821fd948fd1bd (patch) | |
tree | 639e50ced55620dc2d1e9eb5a7ed8a6298c4de09 /include/sfx2 | |
parent | da24355234ec12f2f4c652113dbbb1216ba5492c (diff) |
loplugin:unusedmethods
Change-Id: Ib7a9b1b0802ca751da258065e89b412b090bb672
Reviewed-on: https://gerrit.libreoffice.org/36718
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 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/sfx2/sidebar/ControllerItem.hxx b/include/sfx2/sidebar/ControllerItem.hxx index 3ad467e49e8e..cbade65eddfd 100644 --- a/include/sfx2/sidebar/ControllerItem.hxx +++ b/include/sfx2/sidebar/ControllerItem.hxx @@ -57,17 +57,6 @@ public: virtual ~ItemUpdateReceiverInterface(); }; - /** This is the preferred constructor that allows the created - controller item to return non-empty values for GetLabel() and - GetIcon() calls. - */ - ControllerItem ( - const sal_uInt16 nSlotId, - SfxBindings &rBindings, - ItemUpdateReceiverInterface& rItemUpdateReceiver, - const ::rtl::OUString& rsCommandName, - const css::uno::Reference<css::frame::XFrame>& rxFrame); - /** This is the simpler constructor variant that still exists for compatibility resons. Note that GetLabel() and GetIcon() will return empty strings/images. |