From de29ac09535d814e4be7e1bf0f10beb9f0f847e3 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 10 Nov 2015 10:22:39 +0100 Subject: loplugin:nullptr (automatic rewrite) Change-Id: I765d2a600f9c57da50c85354688e3ae796750d94 --- sc/inc/editutil.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sc/inc/editutil.hxx') diff --git a/sc/inc/editutil.hxx b/sc/inc/editutil.hxx index 3d58582fea91..cdce6204d6c1 100644 --- a/sc/inc/editutil.hxx +++ b/sc/inc/editutil.hxx @@ -181,7 +181,7 @@ public: ScTabEditEngine( ScDocument* pDoc ); // Default ScTabEditEngine( const ScPatternAttr& rPattern, SfxItemPool* pEnginePool, - SfxItemPool* pTextObjectPool = NULL ); + SfxItemPool* pTextObjectPool = nullptr ); }; struct ScHeaderFieldData @@ -208,7 +208,7 @@ private: public: ScFieldEditEngine( - ScDocument* pDoc, SfxItemPool* pEnginePool, SfxItemPool* pTextObjectPool = NULL, + ScDocument* pDoc, SfxItemPool* pEnginePool, SfxItemPool* pTextObjectPool = nullptr, bool bDeleteEnginePool = false); void SetExecuteURL(bool bSet) { bExecuteURL = bSet; } @@ -237,7 +237,7 @@ class ScNoteEditEngine : public ScEditEngineDefaulter public: ScNoteEditEngine( SfxItemPool* pEnginePool, - SfxItemPool* pTextObjectPool = NULL, + SfxItemPool* pTextObjectPool = nullptr, bool bDeleteEnginePool = false ); }; -- cgit