From 01b49802c7cda7fd4d5ba71263cef7bc95234b89 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 10 Nov 2015 10:25:48 +0100 Subject: loplugin:nullptr (automatic rewrite) Change-Id: I01e11fa956a249974e77dce9deebe79311f098d0 --- sw/source/uibase/inc/convert.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/source/uibase/inc/convert.hxx') 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 ); -- cgit v1.2.3