summaryrefslogtreecommitdiff
path: root/cui/source/inc/border.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-07 13:48:23 +0200
committerNoel Grandin <noel@peralex.com>2015-09-08 08:16:46 +0200
commit8d927d3f82a33a464662e4b54a8a07d30d4d1a19 (patch)
treed65da75b786634550eb1e7fa4b1859d63e968dfe /cui/source/inc/border.hxx
parent61623d5b90510ae6c791a41031d586a9316e74c4 (diff)
convert Link<> to typed
Change-Id: Ia2706c308c6297d05b2862e9f86fc0f2ee90e4f0
Diffstat (limited to 'cui/source/inc/border.hxx')
-rw-r--r--cui/source/inc/border.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/inc/border.hxx b/cui/source/inc/border.hxx
index 2fe47b70afd3..23d107ba5371 100644
--- a/cui/source/inc/border.hxx
+++ b/cui/source/inc/border.hxx
@@ -118,8 +118,8 @@ private:
// Handler
DECL_LINK( SelStyleHdl_Impl, ListBox* );
DECL_LINK( SelColHdl_Impl, ListBox* );
- DECL_LINK( SelPreHdl_Impl, void* );
- DECL_LINK( SelSdwHdl_Impl, void* );
+ DECL_LINK_TYPED( SelPreHdl_Impl, ValueSet*, void );
+ DECL_LINK_TYPED( SelSdwHdl_Impl, ValueSet*, void );
DECL_LINK( LinesChanged_Impl, void* );
DECL_LINK( ModifyDistanceHdl_Impl, MetricField*);
DECL_LINK( ModifyWidthHdl_Impl, void*);