From e85b2333bce7b1dcae73861df6d90b48b9f4efe5 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 24 Sep 2015 13:53:17 +0200 Subject: convert Link<> to typed Change-Id: I59d325c3b051690303a5841907317122fa1ec98b Reviewed-on: https://gerrit.libreoffice.org/18825 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/sfx2/dinfdlg.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/sfx2/dinfdlg.hxx') diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx index 5629902b60cb..c33120863f34 100644 --- a/include/sfx2/dinfdlg.hxx +++ b/include/sfx2/dinfdlg.hxx @@ -428,8 +428,8 @@ private: DECL_STATIC_LINK( CustomPropertiesWindow, TypeHdl, CustomPropertiesTypeBox* ); DECL_LINK_TYPED( RemoveHdl, Button*, void ); - DECL_LINK( EditLoseFocusHdl, CustomPropertiesEdit* ); - DECL_LINK( BoxLoseFocusHdl, CustomPropertiesTypeBox* ); + DECL_LINK_TYPED( EditLoseFocusHdl, Control&, void ); + DECL_LINK_TYPED( BoxLoseFocusHdl, Control&, void ); //add lose focus handlers of Date/TimeField? DECL_LINK_TYPED(EditTimeoutHdl, Idle *, void); -- cgit