summaryrefslogtreecommitdiff
path: root/starmath/UIConfig_smath.mk
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/UIConfig_smath.mk
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/UIConfig_smath.mk')
-rw-r--r--starmath/UIConfig_smath.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/UIConfig_smath.mk b/starmath/UIConfig_smath.mk
index 52babf47879c..5aa6e4cfbb06 100644
--- a/starmath/UIConfig_smath.mk
+++ b/starmath/UIConfig_smath.mk
@@ -14,6 +14,7 @@ $(eval $(call gb_UIConfig_add_menubarfiles,modules/smath,\
))
$(eval $(call gb_UIConfig_add_popupmenufiles,modules/smath,\
+ starmath/uiconfig/smath/popupmenu/edit \
starmath/uiconfig/smath/popupmenu/view \
))
@@ -30,7 +31,6 @@ $(eval $(call gb_UIConfig_add_toolbarfiles,modules/smath,\
$(eval $(call gb_UIConfig_add_uifiles,modules/smath,\
starmath/uiconfig/smath/ui/alignmentdialog \
starmath/uiconfig/smath/ui/catalogdialog \
- starmath/uiconfig/smath/ui/commandmenu \
starmath/uiconfig/smath/ui/dockingelements \
starmath/uiconfig/smath/ui/fontdialog \
starmath/uiconfig/smath/ui/fontsizedialog \