From d72cdf14eceae4ce039579e3009edd6a442f2179 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 6 Apr 2006 12:27:42 +0000 Subject: INTEGRATION: CWS slideshowkeys01 (1.15.144); FILE MERGED 2006/03/21 15:25:46 cl 1.15.144.1: #i54381# changed slide show controlling --- sd/source/ui/slideshow/slideshowimpl.hxx | 5 +++-- 1 file changed, 3 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 4444c09dc193..c88d3584d92b 100644 --- a/sd/source/ui/slideshow/slideshowimpl.hxx +++ b/sd/source/ui/slideshow/slideshowimpl.hxx @@ -4,9 +4,9 @@ * * $RCSfile: slideshowimpl.hxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: obo $ $Date: 2006-03-21 17:30:03 $ + * last change: $Author: vg $ $Date: 2006-04-06 13:27:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -295,6 +295,7 @@ public: virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (::com::sun::star::uno::RuntimeException); // helper + void gotoNextEffect(); void gotoPreviousSlide(); void gotoNextSlide(); void gotoFirstSlide(); -- cgit