summaryrefslogtreecommitdiff
path: root/sc/sdi/editsh.sdi
diff options
context:
space:
mode:
authorJustin Luth <justin_luth@sil.org>2015-09-14 07:39:25 +0300
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-15 06:48:35 +0000
commit7c9a484249da249dea7129ca93f5d1cbf5fbe462 (patch)
tree212519beb0a4afadcf8773abcc6083e900bddbc4 /sc/sdi/editsh.sdi
parente9e5fee720eb72fe789651861f48982d3d87674d (diff)
tdf#73691 - add alt-x support to calc
Alt-X (Unicode notation toggling) was added to Writer and Draw/Impress in earlier. This adds it to Calc as well. Change-Id: Ieb5188b9ff35cb35941c36d22292069723df80b6 Reviewed-on: https://gerrit.libreoffice.org/18558 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sc/sdi/editsh.sdi')
-rw-r--r--sc/sdi/editsh.sdi2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/sdi/editsh.sdi b/sc/sdi/editsh.sdi
index 52cc6b4ac564..b5c35c99bcdf 100644
--- a/sc/sdi/editsh.sdi
+++ b/sc/sdi/editsh.sdi
@@ -43,6 +43,8 @@ interface TableText
SID_REDO [ ExecMethod = ExecuteUndo; StateMethod = GetUndoState; Export = FALSE; ]
SID_REPEAT [ ExecMethod = ExecuteUndo; StateMethod = GetUndoState; Export = FALSE; ]
+ SID_UNICODE_NOTATION_TOGGLE [ ExecMethod = Execute; Export = FALSE; ]
+
// ---- Attribute:
SID_ATTR_CHAR_FONT [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
SID_ATTR_CHAR_FONTHEIGHT [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]