summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-15 13:02:10 +0200
committerNoel Grandin <noel@peralex.com>2015-09-16 08:38:54 +0200
commit192bd9054a97de3aed0c8f8a385b1d4a865c36ba (patch)
tree97eed442f6e06f695ea78142db702664fcf30d2f /svtools/inc
parentc52baea785109ff546159128c7502533477c9331 (diff)
convert Link<> to typed
Change-Id: I55596ac8fd5cc0a052b821fca48523f9f5a5a294
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/table/tablecontrol.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/inc/table/tablecontrol.hxx b/svtools/inc/table/tablecontrol.hxx
index 6fe21b375bf9..004cd48dcec4 100644
--- a/svtools/inc/table/tablecontrol.hxx
+++ b/svtools/inc/table/tablecontrol.hxx
@@ -171,7 +171,7 @@ namespace svt { namespace table
private:
- DECL_DLLPRIVATE_LINK( ImplSelectHdl, void* );
+ DECL_DLLPRIVATE_LINK_TYPED( ImplSelectHdl, LinkParamNone*, void );
private:
TableControl( const TableControl& ) SAL_DELETED_FUNCTION;