summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/glosbib.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/glosbib.hxx')
-rw-r--r--sw/source/uibase/inc/glosbib.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/glosbib.hxx b/sw/source/uibase/inc/glosbib.hxx
index bcfe4a229eae..1808a47fca21 100644
--- a/sw/source/uibase/inc/glosbib.hxx
+++ b/sw/source/uibase/inc/glosbib.hxx
@@ -92,10 +92,10 @@ class SwGlossaryGroupDlg : public SvxStandardDialog
protected:
virtual void Apply() SAL_OVERRIDE;
DECL_LINK( SelectHdl, SvTabListBox* );
- DECL_LINK(NewHdl, void *);
- DECL_LINK( DeleteHdl, Button* );
+ DECL_LINK_TYPED(NewHdl, Button *, void);
+ DECL_LINK_TYPED( DeleteHdl, Button*, void );
DECL_LINK(ModifyHdl, void *);
- DECL_LINK(RenameHdl, void *);
+ DECL_LINK_TYPED(RenameHdl, Button *, void);
public:
SwGlossaryGroupDlg(vcl::Window * pParent,