From 335b14fba374c4a39252958de0e88a93dfc97a00 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 28 Aug 2015 15:58:14 +0200 Subject: convert Link<> to typed Change-Id: I885694b2f7c950a292dd903952c5d298b9d0df9f --- svtools/inc/roadmap.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools/inc') diff --git a/svtools/inc/roadmap.hxx b/svtools/inc/roadmap.hxx index a4e943166faa..304c8c7caa49 100644 --- a/svtools/inc/roadmap.hxx +++ b/svtools/inc/roadmap.hxx @@ -89,7 +89,7 @@ protected: void Select(); private: - DECL_LINK(ImplClickHdl, HyperLabel*); + DECL_LINK_TYPED(ImplClickHdl, HyperLabel*, void); RoadmapItem* GetByIndex( ItemIndex _nItemIndex ); const RoadmapItem* GetByIndex( ItemIndex _nItemIndex ) const; -- cgit