diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2015-09-22 20:42:43 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-09-22 19:00:22 +0000 |
commit | 8d16834a9820fb8c983753c3e2a05922885060b9 (patch) | |
tree | 38233def6a45828596d623ee32a2422533f7645d /sc/inc/docoptio.hxx | |
parent | 3d9dd244ce272e2bedc751c5dd250d15b06459e7 (diff) |
convert Link<> to typed
Change-Id: I80df7c3907fe6ac8a6ee4dddb2caeed28ea1b879
Reviewed-on: https://gerrit.libreoffice.org/18784
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc/inc/docoptio.hxx')
-rw-r--r-- | sc/inc/docoptio.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/docoptio.hxx b/sc/inc/docoptio.hxx index 6c0136f12f72..904f64112331 100644 --- a/sc/inc/docoptio.hxx +++ b/sc/inc/docoptio.hxx @@ -167,8 +167,8 @@ class ScDocCfg : public ScDocOptions ScLinkConfigItem aCalcItem; ScLinkConfigItem aLayoutItem; - DECL_LINK( CalcCommitHdl, void* ); - DECL_LINK( LayoutCommitHdl, void* ); + DECL_LINK_TYPED( CalcCommitHdl, ScLinkConfigItem&, void ); + DECL_LINK_TYPED( LayoutCommitHdl, ScLinkConfigItem&, void ); static com::sun::star::uno::Sequence<OUString> GetCalcPropertyNames(); static com::sun::star::uno::Sequence<OUString> GetLayoutPropertyNames(); |