diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 08:51:57 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 08:51:57 +0000 |
commit | d8255df22424c917627add936a28e2f0288faafc (patch) | |
tree | 15640dd0e48393e41efed0b7439cec7ce361a56c /sfx2/sdi | |
parent | 7ca81e2053c9a9708fe8d0fbb4387b86056cf87b (diff) |
INTEGRATION: CWS fwk38 (1.5.4); FILE MERGED
2006/04/07 05:23:00 as 1.5.4.1: #i64067# new behaviour of SendDocAsEmail
Diffstat (limited to 'sfx2/sdi')
-rw-r--r-- | sfx2/sdi/viwslots.sdi | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sfx2/sdi/viwslots.sdi b/sfx2/sdi/viwslots.sdi index 287f954fcdd1..bb7694e343ad 100644 --- a/sfx2/sdi/viwslots.sdi +++ b/sfx2/sdi/viwslots.sdi @@ -3,7 +3,7 @@ // shell SfxViewShell // // (C) 1996 StarDivision GmbH, Hamburg, Germany - // $Author: obo $ $Date: 2006-03-27 09:32:24 $ $Revision: 1.5 $ + // $Author: vg $ $Date: 2006-04-07 09:51:57 $ $Revision: 1.6 $ // $Logfile: T:/sfx2/sdi/viwslots.sdv $ $Workfile: viwslots.sdi $ //------------------------------------------------------------------------- interface View : Object @@ -27,6 +27,16 @@ interface View : Object ExecMethod = ExecMisc_Impl ; StateMethod = GetState_Impl ; ] + SID_MAIL_SENDDOCASMS // ole(no) api(todo) + [ + ExecMethod = ExecMisc_Impl ; + StateMethod = GetState_Impl ; + ] + SID_MAIL_SENDDOCASOOO // ole(no) api(todo) + [ + ExecMethod = ExecMisc_Impl ; + StateMethod = GetState_Impl ; + ] //--------------------------------------------------------------------- SID_PRINTDOC // ole(no) api(play/rec) [ |