diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-03-30 09:30:58 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-03-30 09:30:58 +0000 |
commit | f5931e492821bab00d2f710b93bea36be0afe490 (patch) | |
tree | e06cc11fc65d41b942fbddc478208870f2c13c31 /sd/source/ui/slideshow/slideshowimpl.hxx | |
parent | 5016d77a1b0edc4f01214d0ccad1f33f2f498e77 (diff) |
INTEGRATION: CWS impress40 (1.7.8); FILE MERGED
2005/03/17 11:22:03 cl 1.7.8.1: #i45157# fixed wizard preview
Diffstat (limited to 'sd/source/ui/slideshow/slideshowimpl.hxx')
-rw-r--r-- | sd/source/ui/slideshow/slideshowimpl.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sd/source/ui/slideshow/slideshowimpl.hxx b/sd/source/ui/slideshow/slideshowimpl.hxx index 01a8214a2e44..ad895ce6ec1b 100644 --- a/sd/source/ui/slideshow/slideshowimpl.hxx +++ b/sd/source/ui/slideshow/slideshowimpl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: slideshowimpl.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: vg $ $Date: 2005-03-23 09:06:46 $ + * last change: $Author: rt $ $Date: 2005-03-30 10:30:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -337,6 +337,8 @@ public: This actually starts the slideshow. */ void onFirstPaint(); + ShowWindow* getShowWindow() const { return mpShowWindow; } + private: bool startShowImpl( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPage > >& aSlides, |