summaryrefslogtreecommitdiff
path: root/sd/source/ui/slideshow/showwindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slideshow/showwindow.hxx')
-rw-r--r--sd/source/ui/slideshow/showwindow.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/slideshow/showwindow.hxx b/sd/source/ui/slideshow/showwindow.hxx
index 97c03da90271..229332e6a3c6 100644
--- a/sd/source/ui/slideshow/showwindow.hxx
+++ b/sd/source/ui/slideshow/showwindow.hxx
@@ -105,9 +105,9 @@ private:
bool mbMouseCursorHidden;
sal_uInt64 mnFirstMouseMove;
- DECL_LINK_TYPED( PauseTimeoutHdl, Timer*, void );
- DECL_LINK_TYPED(MouseTimeoutHdl, Timer *, void);
- DECL_LINK_TYPED( EventHdl, VclWindowEvent&, void );
+ DECL_LINK( PauseTimeoutHdl, Timer*, void );
+ DECL_LINK(MouseTimeoutHdl, Timer *, void);
+ DECL_LINK( EventHdl, VclWindowEvent&, void );
::rtl::Reference< SlideshowImpl > mxController;
};