diff options
author | Matthias Huetsch [mhu] <matthias.huetsch@sun.com> | 2010-06-25 16:25:27 +0200 |
---|---|---|
committer | Matthias Huetsch [mhu] <matthias.huetsch@sun.com> | 2010-06-25 16:25:27 +0200 |
commit | b3ae35891f2323835237f04a54bb53d2b30546f0 (patch) | |
tree | 41835a7726be957ce839efa7ebc534d55c422966 /sd/source/ui/slideshow/slideshowimpl.hxx | |
parent | f6a123d12d2abaaa73935f1439dfe622b26f4572 (diff) | |
parent | 8c75156a84a5088506c49101efad199dc7b8d05e (diff) |
Update from master repository (DEV300_m83).
Diffstat (limited to 'sd/source/ui/slideshow/slideshowimpl.hxx')
-rwxr-xr-x[-rw-r--r--] | sd/source/ui/slideshow/slideshowimpl.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/ui/slideshow/slideshowimpl.hxx b/sd/source/ui/slideshow/slideshowimpl.hxx index 48dca432671c..cb33c4a740c7 100644..100755 --- a/sd/source/ui/slideshow/slideshowimpl.hxx +++ b/sd/source/ui/slideshow/slideshowimpl.hxx @@ -112,8 +112,7 @@ struct PresentationSettingsEx : public PresentationSettings css::uno::Reference< css::drawing::XDrawPage > mxStartPage; css::uno::Reference< css::animations::XAnimationNode > mxAnimationNode; - PresentationSettingsEx(); - PresentationSettingsEx( PresentationSettingsEx& ); + PresentationSettingsEx( const PresentationSettingsEx& ); PresentationSettingsEx( PresentationSettings& ); void SetArguments( const css::uno::Sequence< css::beans::PropertyValue >& rArguments ) throw (css::lang::IllegalArgumentException); |