diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-20 12:04:33 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-20 12:04:33 +0000 |
commit | 9525ae1655f26f359e529b5ac04f1f4d17a91ffe (patch) | |
tree | c916b2777fd55f77232e6eed473f873b9ecc3352 /sw/sdi/_viewsh.sdi | |
parent | 0f62672a9e2c7c209b5b0ac250f6ffd3e57ca3ae (diff) |
INTEGRATION: CWS swmailmerge (1.16.76); FILE MERGED
2004/09/15 13:49:50 os 1.16.76.4: RESYNC: (1.18-1.19); FILE MERGED
2004/08/13 14:23:59 os 1.16.76.3: RESYNC: (1.16-1.18); FILE MERGED
2004/07/02 09:15:02 os 1.16.76.2: #i25107# weekly check-in
2004/05/28 12:36:46 os 1.16.76.1: #i25107# ChildWindow to return to the mail merge wizard
Diffstat (limited to 'sw/sdi/_viewsh.sdi')
-rw-r--r-- | sw/sdi/_viewsh.sdi | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/sw/sdi/_viewsh.sdi b/sw/sdi/_viewsh.sdi index c9a008faca4b..90dd493faad2 100644 --- a/sw/sdi/_viewsh.sdi +++ b/sw/sdi/_viewsh.sdi @@ -2,9 +2,9 @@ * * $RCSfile: _viewsh.sdi,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: rt $ $Date: 2004-09-17 14:45:14 $ + * last change: $Author: rt $ $Date: 2004-09-20 13:04:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -531,6 +531,18 @@ interface BaseTextEditView : View [ ExecMethod = Execute ; ] + FN_MAILMERGE_CHILDWINDOW + [ + ExecMethod = Execute ; + StateMethod = GetState; + ] + + FN_MAILMERGE_SENDMAIL_CHILDWINDOW + [ + ExecMethod = Execute ; + StateMethod = GetState; + ] + SID_ATTR_BRUSH // status() [ ExecMethod = Execute ; |