summaryrefslogtreecommitdiff
path: root/sc/sdi/tabvwsh.sdi
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-04-20 17:52:24 +0000
committerNiklas Nebel <nn@openoffice.org>2001-04-20 17:52:24 +0000
commit27b2c073690a81b91906a3135669b2ea65db5e27 (patch)
tree062b638f9205c790e3bf9819491b8088862061dc /sc/sdi/tabvwsh.sdi
parent0e7fb305755260ea213cfe32b973ba5bdaed645e (diff)
slots for undo controller
Diffstat (limited to 'sc/sdi/tabvwsh.sdi')
-rw-r--r--sc/sdi/tabvwsh.sdi7
1 files changed, 6 insertions, 1 deletions
diff --git a/sc/sdi/tabvwsh.sdi b/sc/sdi/tabvwsh.sdi
index ba0b1b432f26..15f9da589646 100644
--- a/sc/sdi/tabvwsh.sdi
+++ b/sc/sdi/tabvwsh.sdi
@@ -3,7 +3,7 @@
// StarCalc
//
// (C) 1994 StarDivision GmbH, Hamburg, Germany
- // $Author: nn $ $Date: 2001-01-05 19:09:06 $ $Revision: 1.3 $
+ // $Author: nn $ $Date: 2001-04-20 18:49:36 $ $Revision: 1.4 $
// $Logfile: T:/sc/sdi/tabvwsh.sdv $ $Workfile: tabvwsh.sdi $
//----------------------------------------------------------------------------
@@ -178,6 +178,11 @@ interface TableEditView : View
SID_GRID_VISIBLE [ ExecMethod = ExecDrawOpt; StateMethod = GetDrawOptState; Export = FALSE; ]
SID_GRID_USE [ ExecMethod = ExecDrawOpt; StateMethod = GetDrawOptState; Export = FALSE; ]
SID_HELPLINES_MOVE [ ExecMethod = ExecDrawOpt; StateMethod = GetDrawOptState; Export = FALSE; ]
+
+ SID_GETUNDOSTRINGS [ StateMethod = GetUndoState; ]
+ SID_GETREDOSTRINGS [ StateMethod = GetUndoState; ]
+ SID_UNDO [ ExecMethod = ExecuteUndo; StateMethod = GetUndoState; ]
+ SID_REDO [ ExecMethod = ExecuteUndo; StateMethod = GetUndoState; ]
}