From 8cafd08278c0b925aac91ea94d8f907d98f07047 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 4 May 2015 17:28:40 +0200 Subject: Use typed Timer::SetTimeoutHdl Link Change-Id: Iaaf0c93e5b28c0f7dbe4f02eda8beeae30708100 --- include/svx/formatpaintbrushctrl.hxx | 2 +- include/svx/itemwin.hxx | 2 +- include/svx/srchdlg.hxx | 2 +- include/svx/svdetc.hxx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'include/svx') diff --git a/include/svx/formatpaintbrushctrl.hxx b/include/svx/formatpaintbrushctrl.hxx index 363f884d9f57..49f70d4d9752 100644 --- a/include/svx/formatpaintbrushctrl.hxx +++ b/include/svx/formatpaintbrushctrl.hxx @@ -46,7 +46,7 @@ public: virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) SAL_OVERRIDE; private: - DECL_LINK( WaitDoubleClickHdl, void* ); + DECL_LINK_TYPED( WaitDoubleClickHdl, Timer*, void ); void impl_executePaintBrush(); private: diff --git a/include/svx/itemwin.hxx b/include/svx/itemwin.hxx index 8d2c1bfb6726..7c03abd975d9 100644 --- a/include/svx/itemwin.hxx +++ b/include/svx/itemwin.hxx @@ -41,7 +41,7 @@ class SvxLineBox : public LineLB SfxObjectShell* mpSh; ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > mxFrame; - DECL_LINK(DelayHdl_Impl, void *); + DECL_LINK_TYPED(DelayHdl_Impl, Timer *, void); void ReleaseFocus_Impl(); diff --git a/include/svx/srchdlg.hxx b/include/svx/srchdlg.hxx index ec241902877b..0ad7edb914fe 100644 --- a/include/svx/srchdlg.hxx +++ b/include/svx/srchdlg.hxx @@ -243,7 +243,7 @@ private: DECL_LINK(FormatHdl_Impl, void *); DECL_LINK(NoFormatHdl_Impl, void *); DECL_LINK(AttributeHdl_Impl, void *); - DECL_LINK( TimeoutHdl_Impl, Timer* ); + DECL_LINK_TYPED( TimeoutHdl_Impl, Timer*, void ); void Construct_Impl(); void InitControls_Impl(); diff --git a/include/svx/svdetc.hxx b/include/svx/svdetc.hxx index 16453d8ad16a..47d1dc67660b 100644 --- a/include/svx/svdetc.hxx +++ b/include/svx/svdetc.hxx @@ -202,7 +202,7 @@ class OLEObjCache void UnloadOnDemand(); static bool UnloadObj( SdrOle2Obj* pObj ); - DECL_LINK( UnloadCheckHdl, AutoTimer* ); + DECL_LINK_TYPED( UnloadCheckHdl, Timer*, void ); public: OLEObjCache(); -- cgit