summaryrefslogtreecommitdiffstats
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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/linenum.hxx b/sw/source/uibase/inc/linenum.hxx
index 7db3ed8fdb85..f12e8e886794 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_TYPED(OKHdl, Button*, void);
- DECL_LINK_TYPED(LineOnOffHdl, Button* = 0, void);
+ DECL_LINK_TYPED(LineOnOffHdl, Button* = nullptr, void);
DECL_LINK_TYPED(ModifyHdl, Edit&, void);
public: