summaryrefslogtreecommitdiff
path: root/sc/inc/viewopti.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-09-22 20:42:43 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-09-22 19:00:22 +0000
commit8d16834a9820fb8c983753c3e2a05922885060b9 (patch)
tree38233def6a45828596d623ee32a2422533f7645d /sc/inc/viewopti.hxx
parent3d9dd244ce272e2bedc751c5dd250d15b06459e7 (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/viewopti.hxx')
-rw-r--r--sc/inc/viewopti.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/viewopti.hxx b/sc/inc/viewopti.hxx
index 82756e5193b5..cab92c05c5a3 100644
--- a/sc/inc/viewopti.hxx
+++ b/sc/inc/viewopti.hxx
@@ -137,9 +137,9 @@ class ScViewCfg : public ScViewOptions
ScLinkConfigItem aDisplayItem;
ScLinkConfigItem aGridItem;
- DECL_LINK( LayoutCommitHdl, void* );
- DECL_LINK( DisplayCommitHdl, void* );
- DECL_LINK( GridCommitHdl, void* );
+ DECL_LINK_TYPED( LayoutCommitHdl, ScLinkConfigItem&, void );
+ DECL_LINK_TYPED( DisplayCommitHdl, ScLinkConfigItem&, void );
+ DECL_LINK_TYPED( GridCommitHdl, ScLinkConfigItem&, void );
static com::sun::star::uno::Sequence<OUString> GetLayoutPropertyNames();
static com::sun::star::uno::Sequence<OUString> GetDisplayPropertyNames();