diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:10:36 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:31:17 +0100 |
commit | 08e49fa3377d8c4e7e5df7a32233fcd9763ee936 (patch) | |
tree | f06399e5a005a70612093f415bd02ea2d1ba719f /include/basic/sbmod.hxx | |
parent | a17cde058213f962b8de880de6f5b1e4f2061b37 (diff) |
loplugin:nullptr (automatic rewrite)
Change-Id: I1ec9a671fe3ac838feb36297915e3cdf8749d944
Diffstat (limited to 'include/basic/sbmod.hxx')
-rw-r--r-- | include/basic/sbmod.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/basic/sbmod.hxx b/include/basic/sbmod.hxx index e68fd646dfce..5fd7e02f2e1a 100644 --- a/include/basic/sbmod.hxx +++ b/include/basic/sbmod.hxx @@ -86,7 +86,7 @@ protected: void GlobalRunDeInit(); const sal_uInt8* FindNextStmnt( const sal_uInt8*, sal_uInt16&, sal_uInt16& ) const; const sal_uInt8* FindNextStmnt( const sal_uInt8*, sal_uInt16&, sal_uInt16&, - bool bFollowJumps, const SbiImage* pImg=NULL ) const; + bool bFollowJumps, const SbiImage* pImg=nullptr ) const; virtual bool LoadData( SvStream&, sal_uInt16 ) override; virtual bool StoreData( SvStream& ) const override; virtual bool LoadCompleted() override; @@ -120,7 +120,7 @@ public: bool StoreBinaryData( SvStream&, sal_uInt16 nVer ); bool LoadBinaryData( SvStream& ); bool ExceedsLegacyModuleSize(); - void fixUpMethodStart( bool bCvtToLegacy, SbiImage* pImg = NULL ) const; + void fixUpMethodStart( bool bCvtToLegacy, SbiImage* pImg = nullptr ) const; bool HasExeCode(); bool IsVBACompat() const { return mbVBACompat;} void SetVBACompat( bool bCompat ); |