diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-26 12:36:19 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-26 13:25:23 +0200 |
commit | dbd20b5c793cab388f01b7172df91429b6324418 (patch) | |
tree | a7fe846272ae0250669f8b0cd7d107cf19ecd5a3 /sfx2/source/sidebar/ControllerItem.cxx | |
parent | e6628f7a77b4707fb6ed8bf94282eebc0221e0e3 (diff) |
loplugin:unusedmethods
Change-Id: If2e1241bbe8a3d17859e3ca076b0f55f25c48ea5
Reviewed-on: https://gerrit.libreoffice.org/36983
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/source/sidebar/ControllerItem.cxx')
-rw-r--r-- | sfx2/source/sidebar/ControllerItem.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sfx2/source/sidebar/ControllerItem.cxx b/sfx2/source/sidebar/ControllerItem.cxx index b21ffdd7a1f2..a468c2129bb5 100644 --- a/sfx2/source/sidebar/ControllerItem.cxx +++ b/sfx2/source/sidebar/ControllerItem.cxx @@ -102,16 +102,6 @@ void ControllerItem::RequestUpdate() mrItemUpdateReceiver.NotifyItemUpdate(GetId(), eState, pState.get(), IsEnabled(eState)); } -void ControllerItem::NotifyFrameContextChange() -{ - RequestUpdate(); -} - -void ControllerItem::ResetFrame() -{ - mxFrame = nullptr; -} - ControllerItem::ItemUpdateReceiverInterface::~ItemUpdateReceiverInterface() { } |