summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-22 08:56:09 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-23 10:12:04 +0200
commit3b65ce7996c8cedcdb710275a0d1fb948b5d78bb (patch)
tree28dd1d63d79ebf7249f9a1f13fd24219fc5197b9 /include/sfx2
parent4c1f44047aa680c2e2e84986353ab2b2f375f6f2 (diff)
loplugin:unusedmethods
Change-Id: I5fd081780d46fd30864830eea2956bad6dc3e222 Reviewed-on: https://gerrit.libreoffice.org/81360 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/sidebar/ControllerItem.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/sfx2/sidebar/ControllerItem.hxx b/include/sfx2/sidebar/ControllerItem.hxx
index 521be277e45f..ddec5c8fc6af 100644
--- a/include/sfx2/sidebar/ControllerItem.hxx
+++ b/include/sfx2/sidebar/ControllerItem.hxx
@@ -62,12 +62,6 @@ public:
virtual ~ControllerItem() override;
- /** Returns </TRUE> when the slot/command has not been disabled.
- Changes of this state are notified via the
- ItemUpdateReceiverInterface::NotifyContextChang() method.
- */
- static bool IsEnabled (const SfxItemState eState);
-
/** Force the controller item to call its NotifyItemUpdate
callback with up-to-date data.
*/