diff options
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); |