diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-20 12:05:11 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-20 12:05:11 +0000 |
commit | 02ad26df0f3c75648531bc82b997000f221f6e56 (patch) | |
tree | 597970ffa4f1709d72993a179c8bddc89a6f7c4e /sw/sdi/wrtapp.sdi | |
parent | 3cc1d7c70f5fd5748afc1c950ba503e93bdb928f (diff) |
INTEGRATION: CWS swmailmerge (1.9.228); FILE MERGED
2004/06/02 12:50:27 os 1.9.228.3: #i25107# merge error corrected
2004/05/28 20:51:38 os 1.9.228.2: RESYNC: (1.9-1.10); FILE MERGED
2004/04/08 08:36:51 os 1.9.228.1: #i25107# new mail merge wizard
Diffstat (limited to 'sw/sdi/wrtapp.sdi')
-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 ; |