diff options
Diffstat (limited to 'sw/source/uibase/inc/linenum.hxx')
-rw-r--r-- | sw/source/uibase/inc/linenum.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/linenum.hxx b/sw/source/uibase/inc/linenum.hxx index d3139e52c7d0..80bee87c15bf 100644 --- a/sw/source/uibase/inc/linenum.hxx +++ b/sw/source/uibase/inc/linenum.hxx @@ -49,7 +49,7 @@ private: VclPtr<CheckBox> m_pNumberingOnCB; VclPtr<CheckBox> m_pNumberingOnFooterHeader; DECL_LINK(OKHdl, Button*, void); - DECL_LINK(LineOnOffHdl, Button* = nullptr, void); + DECL_LINK(LineOnOffHdl, Button*, void); DECL_LINK(ModifyHdl, Edit&, void); public: |