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/sfx2/bindings.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/sfx2') diff --git a/include/sfx2/bindings.hxx b/include/sfx2/bindings.hxx index 69549abf39cb..164c1bd7f34d 100644 --- a/include/sfx2/bindings.hxx +++ b/include/sfx2/bindings.hxx @@ -131,7 +131,8 @@ private: const SfxPoolItem *pItem, SfxItemState eItemState ); SAL_DLLPRIVATE SfxStateCache* GetStateCache( sal_uInt16 nId, sal_uInt16 *pPos); - DECL_DLLPRIVATE_LINK( NextJob_Impl, Timer * ); + DECL_DLLPRIVATE_LINK_TYPED( NextJob, Timer *, void ); + SAL_DLLPRIVATE bool NextJob_Impl(Timer * pTimer); public: SfxBindings(); -- cgit