summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/ascfldlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/ascfldlg.hxx')
-rw-r--r--sw/source/uibase/inc/ascfldlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/ascfldlg.hxx b/sw/source/uibase/inc/ascfldlg.hxx
index bd2b822b59c7..115e2eaf8ae5 100644
--- a/sw/source/uibase/inc/ascfldlg.hxx
+++ b/sw/source/uibase/inc/ascfldlg.hxx
@@ -42,7 +42,7 @@ class SwAsciiFilterDlg : public SfxModalDialog
VclPtr<RadioButton> m_pLF_RB;
bool m_bSaveLineStatus;
- DECL_LINK( CharSetSelHdl, SvxTextEncodingBox* );
+ DECL_LINK_TYPED( CharSetSelHdl, ListBox&, void );
DECL_LINK_TYPED( LineEndHdl, RadioButton&, void );
void SetCRLF( LineEnd eEnd );
LineEnd GetCRLF() const;