summaryrefslogtreecommitdiff
path: root/sfx2/inc/srchdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/inc/srchdlg.hxx')
-rw-r--r--sfx2/inc/srchdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/inc/srchdlg.hxx b/sfx2/inc/srchdlg.hxx
index 782d75a2fe6e..fd35c932addf 100644
--- a/sfx2/inc/srchdlg.hxx
+++ b/sfx2/inc/srchdlg.hxx
@@ -54,7 +54,7 @@ private:
void LoadConfig();
void SaveConfig();
- DECL_LINK(FindHdl, void *);
+ DECL_LINK_TYPED(FindHdl, Button *, void);
public:
SearchDialog( vcl::Window* pWindow, const OUString& rConfigName );