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 --- sw/source/uibase/fldui/fldwrap.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sw/source/uibase/fldui') diff --git a/sw/source/uibase/fldui/fldwrap.cxx b/sw/source/uibase/fldui/fldwrap.cxx index 8e90321f1979..a027814fa755 100644 --- a/sw/source/uibase/fldui/fldwrap.cxx +++ b/sw/source/uibase/fldui/fldwrap.cxx @@ -46,11 +46,9 @@ SwChildWinWrapper::SwChildWinWrapper(vcl::Window *pParentWindow, sal_uInt16 nId) m_aUpdateTimer.SetTimeoutHdl(LINK(this, SwChildWinWrapper, UpdateHdl)); } -IMPL_LINK_NOARG(SwChildWinWrapper, UpdateHdl) +IMPL_LINK_NOARG_TYPED(SwChildWinWrapper, UpdateHdl, Timer *, void) { GetWindow()->Activate(); // update dialog - - return 0; } // newly initialise dialog after Doc switch -- cgit