diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-05-18 15:35:17 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-05-18 18:20:34 +0200 |
commit | 81def52473d8de50f7b0570c9867573256b8afa7 (patch) | |
tree | 965ba42076d57d711e240ea1c1bac6409a0da93e /sfx2/inc/commandpopup | |
parent | b7c44d7a34027210c06c9936f273fb1a3523a81a (diff) |
loplugin:unusedmethods
Change-Id: I8191f4a9eb25b12242354813303fb7d30489d2c4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115752
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/inc/commandpopup')
-rw-r--r-- | sfx2/inc/commandpopup/CommandPopup.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/inc/commandpopup/CommandPopup.hxx b/sfx2/inc/commandpopup/CommandPopup.hxx index feec24904fce..6ec23caf0de9 100644 --- a/sfx2/inc/commandpopup/CommandPopup.hxx +++ b/sfx2/inc/commandpopup/CommandPopup.hxx @@ -78,7 +78,6 @@ private: DECL_LINK(QueryTooltip, const weld::TreeIter&, OUString); DECL_LINK(RowActivated, weld::TreeView&, bool); DECL_LINK(ModifyHdl, weld::Entry&, void); - DECL_LINK(SelectionChanged, weld::TreeView&, void); DECL_LINK(TreeViewKeyPress, const KeyEvent&, bool); void dispatchCommandAndClose(OUString const& rCommand); |