summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/linenum.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/linenum.hxx')
-rw-r--r--sw/source/uibase/inc/linenum.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/linenum.hxx b/sw/source/uibase/inc/linenum.hxx
index 21f4d78864ca..eaed16129626 100644
--- a/sw/source/uibase/inc/linenum.hxx
+++ b/sw/source/uibase/inc/linenum.hxx
@@ -25,7 +25,7 @@
class SwView;
class SwWrtShell;
-class SwLineNumberingDlg : public SfxDialogController
+class SwLineNumberingDlg final : public SfxDialogController
{
private:
SwWrtShell* m_pSh;
@@ -48,7 +48,7 @@ private:
std::unique_ptr<weld::Widget> m_xNumIntervalFT;
std::unique_ptr<weld::Widget> m_xNumRowsFT;
DECL_LINK(OKHdl, weld::Button&, void);
- DECL_LINK(LineOnOffHdl, weld::Button&, void);
+ DECL_LINK(LineOnOffHdl, weld::Toggleable&, void);
DECL_LINK(ModifyHdl, weld::Entry&, void);
public: