From f5931e492821bab00d2f710b93bea36be0afe490 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 30 Mar 2005 09:30:58 +0000 Subject: INTEGRATION: CWS impress40 (1.7.8); FILE MERGED 2005/03/17 11:22:03 cl 1.7.8.1: #i45157# fixed wizard preview --- sd/source/ui/slideshow/slideshowimpl.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sd/source/ui/slideshow/slideshowimpl.hxx') 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, -- cgit