From 106ea87205cfba1bc39dc99ad8c3ee5f8fe350fb Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 5 Oct 2016 07:56:12 +0200 Subject: Remove _TYPED suffix from tools/link.hxx macros ...which was introduced with 3ead3ad52f9bb2f9d1d6cf8dfc73a0a25e6778ed "Gradually typed Link" to distinguish the new, typed versions from the old, untyped ones, but is no longer necessary since 382eb1a23c390154619c385414bdbe6f6e461173 "remove untyped Link<>" removed the old versions. Change-Id: I494025df486a16a45861fcd8192dfe0275b1103c --- svtools/inc/roadmap.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools/inc/roadmap.hxx') diff --git a/svtools/inc/roadmap.hxx b/svtools/inc/roadmap.hxx index db5c83956b1c..da1047e6d0d1 100644 --- a/svtools/inc/roadmap.hxx +++ b/svtools/inc/roadmap.hxx @@ -91,7 +91,7 @@ protected: void Select(); private: - DECL_LINK_TYPED(ImplClickHdl, HyperLabel*, void); + DECL_LINK(ImplClickHdl, HyperLabel*, void); RoadmapItem* GetByIndex( ItemIndex _nItemIndex ); const RoadmapItem* GetByIndex( ItemIndex _nItemIndex ) const; -- cgit v1.2.3