diff options
author | Thorsten Behrens <thb@openoffice.org> | 2001-08-07 12:36:07 +0000 |
---|---|---|
committer | Thorsten Behrens <thb@openoffice.org> | 2001-08-07 12:36:07 +0000 |
commit | 07aa88c472fe237502d240cebdd03c25b55b44a2 (patch) | |
tree | de15f5c8f5a6b192ac881fe56452067bc48dbe8b /sd/sdi/drviewsh.sdi | |
parent | e609da1cc48273fe4001d7d4842c19bc733b5ff8 (diff) |
#88546# Added preview mode for Draw/Impress documents
Diffstat (limited to 'sd/sdi/drviewsh.sdi')
-rw-r--r-- | sd/sdi/drviewsh.sdi | 14 |
1 files changed, 11 insertions, 3 deletions
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 |