summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/srtdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/srtdlg.hxx')
-rw-r--r--sw/source/uibase/inc/srtdlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/srtdlg.hxx b/sw/source/uibase/inc/srtdlg.hxx
index 44d912562767..69de0e969bed 100644
--- a/sw/source/uibase/inc/srtdlg.hxx
+++ b/sw/source/uibase/inc/srtdlg.hxx
@@ -77,10 +77,10 @@ class SwSortDlg : public SvxStandardDialog
virtual void Apply() SAL_OVERRIDE;
sal_Unicode GetDelimChar() const;
- DECL_LINK( CheckHdl, void * );
- DECL_LINK( DelimHdl, RadioButton* );
+ DECL_LINK_TYPED( CheckHdl, Button*, void );
+ DECL_LINK_TYPED( DelimHdl, Button*, void );
DECL_LINK( LanguageHdl, ListBox* );
- DECL_LINK(DelimCharHdl, void *);
+ DECL_LINK_TYPED(DelimCharHdl, Button*,void);
public:
SwSortDlg(vcl::Window * pParent, SwWrtShell &rSh);