summaryrefslogtreecommitdiff
path: root/sc/inc/chart2uno.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-09-22 17:19:01 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-09-22 18:59:35 +0000
commitfc30b2a6b8ff02a83fd0472179c5b26ae7e5df09 (patch)
treeb8cec578aab2b1864b936f7b587f848a30625339 /sc/inc/chart2uno.hxx
parentf6f4a57b1efb9cfcaa9fbec14744f897cba932e1 (diff)
convert Link<> to typed
Change-Id: Ib1ed614146b66700b98c954c4950b1cf17f12be0 Reviewed-on: https://gerrit.libreoffice.org/18782 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc/inc/chart2uno.hxx')
-rw-r--r--sc/inc/chart2uno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/chart2uno.hxx b/sc/inc/chart2uno.hxx
index 54cfd98f5fac..59117652762e 100644
--- a/sc/inc/chart2uno.hxx
+++ b/sc/inc/chart2uno.hxx
@@ -370,7 +370,7 @@ private:
// Implementation
void RefChanged();
- DECL_LINK( ValueListenerHdl, SfxHint* );
+ DECL_LINK_TYPED( ValueListenerHdl, const SfxHint&, void );
private:
ScChart2DataSequence(const ScChart2DataSequence& r) SAL_DELETED_FUNCTION;