From 9729076672266d5089108fe1cd4d26113f0d249c Mon Sep 17 00:00:00 2001 From: Oliver Bolte <obo@openoffice.org> Date: Mon, 27 Mar 2006 08:32:24 +0000 Subject: 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 --- sfx2/sdi/viwslots.sdi | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sfx2/sdi/viwslots.sdi') 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 @@ -18,6 +18,11 @@ interface View : Object StateMethod = GetState_Impl ; ] SID_MAIL_SENDDOCASPDF // ole(no) api(todo) + [ + ExecMethod = ExecMisc_Impl ; + StateMethod = GetState_Impl ; + ] + SID_MAIL_SENDDOCASFORMAT // ole(no) api(todo) [ ExecMethod = ExecMisc_Impl ; StateMethod = GetState_Impl ; -- cgit