From be73c1602dbe4d0f09d0e9c4853ec89df3eb37ad Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 9 Sep 2015 07:23:12 +0200 Subject: convert Link<> to typed Change-Id: I3127752785b77672d37f99bc9eaa881377dabe7c Reviewed-on: https://gerrit.libreoffice.org/18431 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svtools/source/control/calendar.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'svtools') diff --git a/svtools/source/control/calendar.cxx b/svtools/source/control/calendar.cxx index a403848ebfe7..414ed855750f 100644 --- a/svtools/source/control/calendar.cxx +++ b/svtools/source/control/calendar.cxx @@ -2280,12 +2280,11 @@ IMPL_LINK_TYPED( CalendarField, ImplClickHdl, Button*, pButton, void ) } } -IMPL_LINK_NOARG(CalendarField, ImplPopupModeEndHdl) +IMPL_LINK_NOARG_TYPED(CalendarField, ImplPopupModeEndHdl, FloatingWindow*, void) { EndDropDown(); GrabFocus(); mpCalendar->EndSelection(); - return 0; } bool CalendarField::ShowDropDown( bool bShow ) -- cgit