diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-03-27 08:32:24 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-03-27 08:32:24 +0000 |
commit | 9729076672266d5089108fe1cd4d26113f0d249c (patch) | |
tree | a696b78a7bb67bb808fdd12011376101b5a6626f /sfx2/sdi/viwslots.sdi | |
parent | 947d25db0f0e5538f3d568c70c800896231c7572 (diff) |
INTEGRATION: CWS fwk36 (1.4.1202); FILE MERGED
2006/03/15 17:06:06 cd 1.4.1202.1: #i46895# New method SaveDocumentAsFormat to make 'Send document as e-Mail' more flexible. Uses MS file format as default
Diffstat (limited to 'sfx2/sdi/viwslots.sdi')
-rw-r--r-- | sfx2/sdi/viwslots.sdi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sfx2/sdi/viwslots.sdi b/sfx2/sdi/viwslots.sdi index 7c287a1df5b1..287f954fcdd1 100644 --- a/sfx2/sdi/viwslots.sdi +++ b/sfx2/sdi/viwslots.sdi @@ -3,7 +3,7 @@ // shell SfxViewShell // // (C) 1996 StarDivision GmbH, Hamburg, Germany - // $Author: cd $ $Date: 2002-08-26 07:32:06 $ $Revision: 1.4 $ + // $Author: obo $ $Date: 2006-03-27 09:32:24 $ $Revision: 1.5 $ // $Logfile: T:/sfx2/sdi/viwslots.sdv $ $Workfile: viwslots.sdi $ //------------------------------------------------------------------------- interface View : Object @@ -22,6 +22,11 @@ interface View : Object ExecMethod = ExecMisc_Impl ; StateMethod = GetState_Impl ; ] + SID_MAIL_SENDDOCASFORMAT // ole(no) api(todo) + [ + ExecMethod = ExecMisc_Impl ; + StateMethod = GetState_Impl ; + ] //--------------------------------------------------------------------- SID_PRINTDOC // ole(no) api(play/rec) [ |