From 07aa88c472fe237502d240cebdd03c25b55b44a2 Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Tue, 7 Aug 2001 12:36:07 +0000 Subject: #88546# Added preview mode for Draw/Impress documents --- sd/sdi/drviewsh.sdi | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'sd/sdi/drviewsh.sdi') diff --git a/sd/sdi/drviewsh.sdi b/sd/sdi/drviewsh.sdi index af03d6271650..7d319291ebc8 100644 --- a/sd/sdi/drviewsh.sdi +++ b/sd/sdi/drviewsh.sdi @@ -5,8 +5,8 @@ #* Beschreibung ImpressViewShell-IDL #* #* Ersterstellung SOH (04.04.97) -#* Letzte Aenderung $Author: ka $ $Date: 2001-06-29 14:06:45 $ -#* $Revision: 1.2 $ +#* Letzte Aenderung $Author: thb $ $Date: 2001-08-07 13:36:07 $ +#* $Revision: 1.3 $ #* #* $Logfile: T:/sd/sdi/drviewsh.sdv $ #* @@ -16,7 +16,7 @@ Source Code Control System - Header - $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sd/sdi/drviewsh.sdi,v 1.2 2001-06-29 14:06:45 ka Exp $ + $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sd/sdi/drviewsh.sdi,v 1.3 2001-08-07 13:36:07 thb Exp $ *************************************************************************/ @@ -222,11 +222,19 @@ shell SdPresViewShell : SfxViewShell import ImpressEditView[Automation]; } +shell SdPreviewViewShell : SfxViewShell +{ + import ImpressEditView[Automation]; +} + /************************************************************************* Source Code Control System - History $Log: not supported by cvs2svn $ + Revision 1.2 2001/06/29 14:06:45 ka + #77632#: new shell for presentation mode + Revision 1.1.1.1 2000/09/18 16:48:29 hr initial import -- cgit