summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/newhelp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-15 13:18:30 +0200
committerNoel Grandin <noel@peralex.com>2015-09-16 08:38:54 +0200
commit87004ba29ac513d92da1608679cb065404f51215 (patch)
treef6014878487c79e58d16ead26c69f8ddbad08a28 /sfx2/source/appl/newhelp.hxx
parent1323f9ff9b2bbe07ce107e0c7c2559274d56e020 (diff)
convert Link<> to typed
Change-Id: Ie9b937c100b44dd914b55d75530e6b6a5fbe2969
Diffstat (limited to 'sfx2/source/appl/newhelp.hxx')
-rw-r--r--sfx2/source/appl/newhelp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/newhelp.hxx b/sfx2/source/appl/newhelp.hxx
index 2738a915c968..33fec1f886f6 100644
--- a/sfx2/source/appl/newhelp.hxx
+++ b/sfx2/source/appl/newhelp.hxx
@@ -454,7 +454,7 @@ private:
DECL_LINK_TYPED( SelectHdl, Idle *, void);
DECL_LINK_TYPED( NotifyHdl, LinkParamNone*, void );
DECL_LINK_TYPED( FindHdl, sfx2::SearchDialog&, void );
- DECL_LINK( CloseHdl, sfx2::SearchDialog* );
+ DECL_LINK_TYPED( CloseHdl, sfx2::SearchDialog*, void );
DECL_LINK_TYPED( CheckHdl, Button*, void );
void FindHdl(sfx2::SearchDialog*);