From 9eb7e05fede021f79753f01dddbf504d3cd1a7da Mon Sep 17 00:00:00 2001 From: Oliver Bolte <obo@openoffice.org> Date: Tue, 3 May 2005 13:03:04 +0000 Subject: INTEGRATION: CWS presfixes05 (1.11.12); FILE MERGED 2005/04/22 17:25:55 cl 1.11.12.1: #i47961# collect interaction shape information recursive and also for master page --- 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 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&); -- cgit