summaryrefslogtreecommitdiff
path: root/svtools/inc/roadmap.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-28 15:58:14 +0200
committerNoel Grandin <noel@peralex.com>2015-08-31 09:50:10 +0200
commit335b14fba374c4a39252958de0e88a93dfc97a00 (patch)
tree94652acf69f8abf9f06942f9e04a92369fc7d9df /svtools/inc/roadmap.hxx
parent68ddda0f3fff8bc435c2a5fd60d1e7eff5359916 (diff)
convert Link<> to typed
Change-Id: I885694b2f7c950a292dd903952c5d298b9d0df9f
Diffstat (limited to 'svtools/inc/roadmap.hxx')
-rw-r--r--svtools/inc/roadmap.hxx2
1 files changed, 1 insertions, 1 deletions
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;