From 3cdda9af2c12a9ae2a1f0bdf8ca898f1f5c69bfb Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 10 Nov 2015 10:15:32 +0100 Subject: loplugin:nullptr (automatic rewrite) Change-Id: I61e494952df8cc40fff3ccad0936adf06035dbeb --- include/filter/msfilter/msvbahelper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/filter/msfilter/msvbahelper.hxx') diff --git a/include/filter/msfilter/msvbahelper.hxx b/include/filter/msfilter/msvbahelper.hxx index fe380bbfd3d3..acd6e593460a 100644 --- a/include/filter/msfilter/msvbahelper.hxx +++ b/include/filter/msfilter/msvbahelper.hxx @@ -38,7 +38,7 @@ struct MSFILTER_DLLPUBLIC MacroResolvedInfo OUString msResolvedMacro; bool mbFound; - inline explicit MacroResolvedInfo( SfxObjectShell* pDocContext = 0 ) : mpDocContext( pDocContext ), mbFound( false ) {} + inline explicit MacroResolvedInfo( SfxObjectShell* pDocContext = nullptr ) : mpDocContext( pDocContext ), mbFound( false ) {} }; MSFILTER_DLLPUBLIC OUString makeMacroURL( const OUString& sMacroName ); -- cgit