From 6f1313b3d44ea54e9a331e0fc00871081fa662fe Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 15 Oct 2015 08:13:49 +0200 Subject: convert Link<> to typed Change-Id: Icbba339dac0be31e30dff021bba06a219f8aecd6 Reviewed-on: https://gerrit.libreoffice.org/19405 Tested-by: Jenkins Reviewed-by: Noel Grandin --- cui/source/inc/connect.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cui/source/inc/connect.hxx') diff --git a/cui/source/inc/connect.hxx b/cui/source/inc/connect.hxx index abf5a02635d8..1b481f92907c 100644 --- a/cui/source/inc/connect.hxx +++ b/cui/source/inc/connect.hxx @@ -57,8 +57,9 @@ private: void FillTypeLB(); - DECL_LINK( ChangeAttrHdl_Impl, void * ); + DECL_LINK_TYPED( ChangeAttrEditHdl_Impl, Edit&, void ); DECL_LINK_TYPED( ChangeAttrListBoxHdl_Impl, ListBox&, void ); + void ChangeAttrHdl_Impl(void*); public: -- cgit