summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2017-05-07 03:32:25 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2017-05-08 00:32:14 +0200
commit8da106529e85981ce37fbbd18160023c26cc7129 (patch)
tree30ead8880bda055addfccb8cb8e0a669405f6962 /starmath/inc
parent7d9e441eb98b4e964c08e41e53714a8607e22f8e (diff)
tdf#106479 Make edit context menu dispatcher based
This allows us to add there any .uno command and also get the icon and keyboard shortcut for it. Use this to add clipboard commands. Change-Id: Ic42c28add7771f322491e8e7d6df052e3c2c8d75 Reviewed-on: https://gerrit.libreoffice.org/37353 Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/edit.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/starmath/inc/edit.hxx b/starmath/inc/edit.hxx
index 173ccba43a1d..54bfdbce5cb9 100644
--- a/starmath/inc/edit.hxx
+++ b/starmath/inc/edit.hxx
@@ -58,7 +58,6 @@ class SmEditWindow : public vcl::Window, public DropTargetHelper
virtual void KeyInput(const KeyEvent& rKEvt) override;
virtual void Command(const CommandEvent& rCEvt) override;
- DECL_LINK(MenuSelectHdl, Menu *, bool);
DECL_LINK(ModifyTimerHdl, Timer *, void);
DECL_LINK(CursorMoveTimerHdl, Timer *, void);