summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/convert.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/convert.hxx')
-rw-r--r--sw/source/uibase/inc/convert.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/convert.hxx b/sw/source/uibase/inc/convert.hxx
index 8609c30a003f..cc2ae88e4417 100644
--- a/sw/source/uibase/inc/convert.hxx
+++ b/sw/source/uibase/inc/convert.hxx
@@ -57,8 +57,8 @@ class SwConvertTableDlg: public SfxModalDialog
DECL_LINK_TYPED( AutoFormatHdl, Button*, void );
DECL_LINK_TYPED( BtnHdl, Button*, void );
- DECL_LINK_TYPED( CheckBoxHdl, Button* = 0, void );
- DECL_LINK_TYPED( ReapeatHeaderCheckBoxHdl, Button* = 0, void );
+ DECL_LINK_TYPED( CheckBoxHdl, Button* = nullptr, void );
+ DECL_LINK_TYPED( ReapeatHeaderCheckBoxHdl, Button* = nullptr, void );
public:
SwConvertTableDlg( SwView& rView, bool bToTable );