diff options
-rw-r--r-- | sw/sdi/wrtapp.sdi | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/sw/sdi/wrtapp.sdi b/sw/sdi/wrtapp.sdi index 99e876e58e98..f91fe563aa4d 100644 --- a/sw/sdi/wrtapp.sdi +++ b/sw/sdi/wrtapp.sdi @@ -2,9 +2,9 @@ * * $RCSfile: wrtapp.sdi,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: obo $ $Date: 2004-04-29 16:54:03 $ + * last change: $Author: rt $ $Date: 2004-09-20 13:05:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -112,6 +112,17 @@ interface StarWriter : Module StateMethod = NoState ; ] + SID_ATTR_UNDO_COUNT // ole(no) api(final/play) + [ + ExecMethod = ExecOther ; + StateMethod = StateOther ; + ] + + FN_MAILMERGE_WIZARD + [ + ExecMethod = ExecOther ; + ] + SID_AUTOSPELL_CHECK [ ExecMethod = ExecViewOptions ; |