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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/ascfldlg.hxx b/sw/source/uibase/inc/ascfldlg.hxx
index c50d51956cd7..f62e6574f2c8 100644
--- a/sw/source/uibase/inc/ascfldlg.hxx
+++ b/sw/source/uibase/inc/ascfldlg.hxx
@@ -28,7 +28,7 @@ class SwAsciiOptions;
class SvStream;
class SwDocShell;
-class SwAsciiFilterDlg : public SfxDialogController
+class SwAsciiFilterDlg final : public SfxDialogController
{
bool m_bSaveLineStatus;
OUString m_sExtraData;
@@ -44,7 +44,7 @@ class SwAsciiFilterDlg : public SfxDialogController
std::unique_ptr<weld::CheckButton> m_xIncludeBOM_CB;
DECL_LINK(CharSetSelHdl, weld::ComboBox&, void);
- DECL_LINK(LineEndHdl, weld::ToggleButton&, void);
+ DECL_LINK(LineEndHdl, weld::Toggleable&, void);
void SetCRLF(LineEnd eEnd);
LineEnd GetCRLF() const;
void SetIncludeBOM(bool bIncludeBOM);