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/inc/docary.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc/docary.hxx') diff --git a/sw/inc/docary.hxx b/sw/inc/docary.hxx index d319c70aaa19..07246188f681 100644 --- a/sw/inc/docary.hxx +++ b/sw/inc/docary.hxx @@ -199,7 +199,7 @@ public: bool Insert( SwRangeRedline* p, bool bIns = true ); bool Insert( SwRangeRedline* p, sal_uInt16& rInsPos, bool bIns = true ); - bool InsertWithValidRanges( SwRangeRedline* p, sal_uInt16* pInsPos = 0 ); + bool InsertWithValidRanges( SwRangeRedline* p, sal_uInt16* pInsPos = nullptr ); void Remove( sal_uInt16 nPos ); bool Remove( const SwRangeRedline* p ); -- cgit