summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tabvwsh.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-09-23 10:48:47 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-09-23 13:09:15 +0000
commit9d55221ffeb4ca408e34a7cc129fa2dfa0b9149a (patch)
tree97d06d8a2c78e9085d27f4988d3a9bdb1e5e0363 /sc/source/ui/inc/tabvwsh.hxx
parentb198cb8f53fb442758e5abd3d271238a2d0c1b1c (diff)
convert Link<> to typed
Change-Id: Ibaab770dd369d07aeda70b5d5c6ff514350edacb Reviewed-on: https://gerrit.libreoffice.org/18807 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc/source/ui/inc/tabvwsh.hxx')
-rw-r--r--sc/source/ui/inc/tabvwsh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/tabvwsh.hxx b/sc/source/ui/inc/tabvwsh.hxx
index a560d52acbf0..521f2faea648 100644
--- a/sc/source/ui/inc/tabvwsh.hxx
+++ b/sc/source/ui/inc/tabvwsh.hxx
@@ -183,7 +183,7 @@ private:
void DoReadUserDataSequence( const ::com::sun::star::uno::Sequence<
::com::sun::star::beans::PropertyValue >& rSettings );
- DECL_LINK( SimpleRefClose, void* );
+ DECL_LINK_TYPED( SimpleRefClose, const OUString*, void );
DECL_LINK( SimpleRefDone, OUString* );
DECL_LINK( SimpleRefAborted, OUString* );
DECL_LINK( SimpleRefChange, OUString* );