summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-30 14:36:57 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-30 16:17:45 +0100
commitfacc94bb0aef58353d54e14f948790643ccbec32 (patch)
tree00da6a066f7acd65787730ffbe78b6439e5bf148 /include/sfx2
parentb87af9775167002d36a3bc16cb308ea7895d7ea0 (diff)
loplugin:unusedfields
Change-Id: Ifb9c91b3e8d6c2dd3a639a239fa41e7d5c7a4ee6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87735 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/sidebar/ControllerItem.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sfx2/sidebar/ControllerItem.hxx b/include/sfx2/sidebar/ControllerItem.hxx
index 6b55fc173dfa..51befddff94d 100644
--- a/include/sfx2/sidebar/ControllerItem.hxx
+++ b/include/sfx2/sidebar/ControllerItem.hxx
@@ -57,9 +57,6 @@ public:
SfxBindings &rBindings,
ItemUpdateReceiverInterface& rItemUpdateReceiver);
- /// releases our action listener
- virtual void dispose() override;
-
virtual ~ControllerItem() override;
/** Force the controller item to call its NotifyItemUpdate
@@ -72,7 +69,6 @@ private:
virtual void StateChanged (sal_uInt16 nSId, SfxItemState eState, const SfxPoolItem* pState) override;
ItemUpdateReceiverInterface& mrItemUpdateReceiver;
- css::uno::Reference<css::lang::XComponent> mxFrameActionListener;
};
} } // end of namespace sfx2::sidebar