diff options
-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 561e3e366dab..5919e801feaf 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.11 $ + * $Revision: 1.12 $ * - * last change: $Author: obo $ $Date: 2005-04-18 11:15:52 $ + * last change: $Author: obo $ $Date: 2005-05-03 14:03:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -352,6 +352,7 @@ private: void removeShapeEvents(); void registerShapeEvents( sal_Int32 nPageNumber ); + void registerShapeEvents( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& xShapes ) throw (::com::sun::star::uno::Exception); // default: disabled copy/assignment SlideshowImpl(const SlideshowImpl&); |