summaryrefslogtreecommitdiff
path: root/sc/sdi/editsh.sdi
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2000-12-13 10:39:20 +0000
committerNiklas Nebel <nn@openoffice.org>2000-12-13 10:39:20 +0000
commit89cb5a8d79ee0591174c09c409b6452d890e9fa5 (patch)
treef482b70b42f0a101a00fd9f6355a6ed373b932a4 /sc/sdi/editsh.sdi
parent1b118ae7c76dfe3ff0a12455ab59268031c5878e (diff)
#81733# handle undo/redo in edit shell
Diffstat (limited to 'sc/sdi/editsh.sdi')
-rw-r--r--sc/sdi/editsh.sdi4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/sdi/editsh.sdi b/sc/sdi/editsh.sdi
index 63d333d68e77..bb04de8e4347 100644
--- a/sc/sdi/editsh.sdi
+++ b/sc/sdi/editsh.sdi
@@ -20,6 +20,10 @@ interface TableText : Selection
SID_CHARMAP [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
FID_INSERT_NAME [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
+ SID_UNDO [ ExecMethod = ExecuteUndo; StateMethod = GetUndoState; Export = FALSE; ]
+ SID_REDO [ ExecMethod = ExecuteUndo; StateMethod = GetUndoState; Export = FALSE; ]
+ SID_REPEAT [ ExecMethod = ExecuteUndo; StateMethod = GetUndoState; Export = FALSE; ]
+
// ---- Attribute:
SID_ATTR_CHAR_FONT [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
SID_ATTR_CHAR_FONTHEIGHT [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]