summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-04-28 08:38:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-04-28 10:59:41 +0200
commit6ac7dfdba4deb6b8fd96d0df18d1c1102aace64a (patch)
treebe6000617131221db74fc2d8baedf402b141bc63 /sfx2
parent7e65f2b862709f88825db30266e9791a93eaf5c0 (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 'sfx2')
-rw-r--r--sfx2/source/sidebar/ControllerItem.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/ControllerItem.cxx b/sfx2/source/sidebar/ControllerItem.cxx
index a468c2129bb5..32518f4af802 100644
--- a/sfx2/source/sidebar/ControllerItem.cxx
+++ b/sfx2/source/sidebar/ControllerItem.cxx
@@ -43,7 +43,6 @@ ControllerItem::ControllerItem (
ItemUpdateReceiverInterface& rItemUpdateReceiver)
: SfxControllerItem(nSlotId, rBindings),
mrItemUpdateReceiver(rItemUpdateReceiver),
- mxFrame(),
mxFrameActionListener(),
msCommandName()
{