summaryrefslogtreecommitdiff
path: root/sfx2/sdi/docslots.sdi
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2002-08-26 06:29:54 +0000
committerCarsten Driesner <cd@openoffice.org>2002-08-26 06:29:54 +0000
commitb0f78dab5cd188dc1b9c4bbf5e0e57fa8f305a58 (patch)
tree16c2e92ae3f43c062257cc679c680793e479ec42 /sfx2/sdi/docslots.sdi
parent7a2737948502dc61e9fea4f7750a2bc3e7729eac (diff)
#101559# Added slots for pdf export
Diffstat (limited to 'sfx2/sdi/docslots.sdi')
-rw-r--r--sfx2/sdi/docslots.sdi12
1 files changed, 11 insertions, 1 deletions
diff --git a/sfx2/sdi/docslots.sdi b/sfx2/sdi/docslots.sdi
index 5f01c2f3ec21..672ad6a27d41 100644
--- a/sfx2/sdi/docslots.sdi
+++ b/sfx2/sdi/docslots.sdi
@@ -2,7 +2,7 @@
shell SfxObjectShell
(C) 1994-1995 StarDivision GmbH, Hamburg, Germany
- $Author: mba $ $Date: 2002-07-10 16:24:38 $ $Revision: 1.6 $
+ $Author: cd $ $Date: 2002-08-26 07:29:54 $ $Revision: 1.7 $
$Logfile: T:/sfx2/sdi/docslots.sdv $ $Workfile: DOCSLOTS.SDI $
=========================================================================*/
@@ -289,6 +289,16 @@ shell SfxObjectShell
ExecMethod = ExecFile_Impl ;
StateMethod = GetState_Impl ;
]
+ SID_EXPORTDOCASPDF
+ [
+ ExecMethod = ExecFile_Impl ;
+ StateMethod = GetState_Impl ;
+ ]
+ SID_DIRECTEXPORTDOCASPDF
+ [
+ ExecMethod = ExecFile_Impl ;
+ StateMethod = GetState_Impl ;
+ ]
SID_SAVE_VERSION_ON_CLOSE
[
ExecMethod = ExecFile_Impl ;