From 61623d5b90510ae6c791a41031d586a9316e74c4 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 7 Sep 2015 09:35:04 +0200 Subject: convert Link<> to typed Change-Id: I365a81a0a960f5da736c9a97aa056da16c99452f --- cui/source/inc/scriptdlg.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source/inc/scriptdlg.hxx') diff --git a/cui/source/inc/scriptdlg.hxx b/cui/source/inc/scriptdlg.hxx index 9224bb6d2494..1d77c270571a 100644 --- a/cui/source/inc/scriptdlg.hxx +++ b/cui/source/inc/scriptdlg.hxx @@ -156,7 +156,7 @@ protected: const OUString m_renameDupStr; const OUString m_renameErrTitleStr; - DECL_LINK( ScriptSelectHdl, SvTreeListBox * ); + DECL_LINK_TYPED( ScriptSelectHdl, SvTreeListBox *, void ); DECL_LINK_TYPED( ButtonHdl, Button *, void ); static bool getBoolProperty( css::uno::Reference< css::beans::XPropertySet >& xProps, OUString& propName ); void CheckButtons( css::uno::Reference< css::script::browse::XBrowseNode >& node ); -- cgit