summaryrefslogtreecommitdiff
path: root/svx/source/dialog
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-07 14:54:16 +0200
committerNoel Grandin <noel@peralex.com>2015-09-08 08:16:47 +0200
commitc41906324acf933f906516af8f2c3305904ba3c4 (patch)
tree5870ee5f3f337e9ed98052775c134ca725f8cd38 /svx/source/dialog
parent20646c4c0115a298560f9cff4aeaba9503f65977 (diff)
convert Link<> to typed
Change-Id: I4efbef7fb2024212fca679099a40c2b84081c5f4
Diffstat (limited to 'svx/source/dialog')
-rw-r--r--svx/source/dialog/dialcontrol.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/dialcontrol.cxx b/svx/source/dialog/dialcontrol.cxx
index 5a2304bea73f..8d127e518dd3 100644
--- a/svx/source/dialog/dialcontrol.cxx
+++ b/svx/source/dialog/dialcontrol.cxx
@@ -410,7 +410,7 @@ bool DialControl::IsValueModified()
return mpImpl->mnInitialAngle != mpImpl->mnAngle;
}
-void DialControl::SetModifyHdl( const Link<>& rLink )
+void DialControl::SetModifyHdl( const Link<DialControl*,void>& rLink )
{
mpImpl->maModifyHdl = rLink;
}