From 8da106529e85981ce37fbbd18160023c26cc7129 Mon Sep 17 00:00:00 2001 From: Maxim Monastirsky Date: Sun, 7 May 2017 03:32:25 +0300 Subject: 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 Tested-by: Maxim Monastirsky --- starmath/sdi/smath.sdi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starmath/sdi') diff --git a/starmath/sdi/smath.sdi b/starmath/sdi/smath.sdi index 3c2a7ebacced..4f479193ee4e 100644 --- a/starmath/sdi/smath.sdi +++ b/starmath/sdi/smath.sdi @@ -217,7 +217,7 @@ SfxInt16Item Graphic SID_GAPHIC_SM SfxVoidItem InsertCommandText SID_INSERTCOMMANDTEXT -() +(SfxStringItem Text SID_INSERTCOMMANDTEXT) [ AutoUpdate = FALSE, FastCall = FALSE, -- cgit