diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-06 12:27:42 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-06 12:27:42 +0000 |
commit | d72cdf14eceae4ce039579e3009edd6a442f2179 (patch) | |
tree | 56a266e0eedf7e4bbd25bf3c089c3bf9ceb430d5 /sd | |
parent | 92ed70feb078ccd3ade131c744b753de05ed3efc (diff) |
INTEGRATION: CWS slideshowkeys01 (1.15.144); FILE MERGED
2006/03/21 15:25:46 cl 1.15.144.1: #i54381# changed slide show controlling
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/slideshow/slideshowimpl.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
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(); |