summaryrefslogtreecommitdiff
path: root/starmath/sdi
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-10-12 14:57:24 +0000
committerjp <jp@openoffice.org>2001-10-12 14:57:24 +0000
commitcb715a83d5b890b779e5600a5eeded22d780e6f3 (patch)
tree74e22371206ef797cd9df6eeeb8979c787d3375d /starmath/sdi
parentdc065cd457c05859bb0de15eaf948d2ef66b6340 (diff)
Task #93129#: use also the new Undo-/Red controler
Diffstat (limited to 'starmath/sdi')
-rw-r--r--starmath/sdi/smslots.sdi28
1 files changed, 25 insertions, 3 deletions
diff --git a/starmath/sdi/smslots.sdi b/starmath/sdi/smslots.sdi
index f081822db6f3..605c9e6cd8a4 100644
--- a/starmath/sdi/smslots.sdi
+++ b/starmath/sdi/smslots.sdi
@@ -5,8 +5,8 @@
#*
#* Beschreibung Starmath IDL-File
#*
-#* Letzte Aenderung $Author: tl $ $Date: 2001-05-02 16:58:48 $
-#* $Revision: 1.2 $
+#* Letzte Aenderung $Author: jp $ $Date: 2001-10-12 15:57:24 $
+#* $Revision: 1.3 $
#*
#* $Logfile: T:/starmath/sdi/smslots.sdv $
#*
@@ -16,7 +16,7 @@
Source Code Control System - Header
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/starmath/sdi/smslots.sdi,v 1.2 2001-05-02 16:58:48 tl Exp $
+ $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/starmath/sdi/smslots.sdi,v 1.3 2001-10-12 15:57:24 jp Exp $
*************************************************************************/
@@ -153,6 +153,25 @@ interface FormulaDocument : OfficeDocument
ExecMethod = Execute ;
StateMethod = GetState ;
]
+
+ SID_UNDO //idlpp ole : no , status : no
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ ]
+ SID_REDO //idlpp ole : no , status : no
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ ]
+ SID_GETUNDOSTRINGS //idlpp ole : no , status : no
+ [
+ StateMethod = GetState ;
+ ]
+ SID_GETREDOSTRINGS //idlpp ole : no , status : no
+ [
+ StateMethod = GetState ;
+ ]
}
shell SmDocShell : SfxObjectShell
@@ -318,6 +337,9 @@ shell SmViewShell : SfxViewShell
Source Code Control System - History
$Log: not supported by cvs2svn $
+ Revision 1.2 2001/05/02 16:58:48 tl
+ Math configuration and Symbol/SymbolSet/SymbolSetManager
+
Revision 1.1.1.1 2000/09/18 16:57:26 hr
initial import