diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-05-03 13:03:04 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-05-03 13:03:04 +0000 |
commit | 9eb7e05fede021f79753f01dddbf504d3cd1a7da (patch) | |
tree | 8f67e0bcf5f6d6045b2db00c3540779e873093d0 /sd/source/ui/slideshow/slideshowimpl.hxx | |
parent | ddb02dba5aed8d486ff09d84741d0d6e3437b807 (diff) |
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
Diffstat (limited to 'sd/source/ui/slideshow/slideshowimpl.hxx')
-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&); |