summaryrefslogtreecommitdiff
path: root/sfx2/source/explorer
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:23:17 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:38 +0100
commit28034eaf925aa50d379dd5cffccc20d7edc95aec (patch)
tree5cde1f141bc0ffc5cb04a12980d0c4bce69de0f0 /sfx2/source/explorer
parentd930b6c2e6e3dfb9e1ed19b84a3137cc0cfbfd8c (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: I7213b49b09ddcb00841aa5f63343baeab0e65fa4
Diffstat (limited to 'sfx2/source/explorer')
-rw-r--r--sfx2/source/explorer/nochaos.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/explorer/nochaos.cxx b/sfx2/source/explorer/nochaos.cxx
index 3e391537ff43..1d8cf28a24c8 100644
--- a/sfx2/source/explorer/nochaos.cxx
+++ b/sfx2/source/explorer/nochaos.cxx
@@ -91,14 +91,14 @@ sal_uInt16 NoChaos::ReleaseItemPool()
// CntItemPool implementation
-static CntStaticPoolDefaults_Impl* pPoolDefs_Impl = NULL;
+static CntStaticPoolDefaults_Impl* pPoolDefs_Impl = nullptr;
// static member!
-CntItemPool* CntItemPool::_pThePool = NULL;
+CntItemPool* CntItemPool::_pThePool = nullptr;
CntItemPool::CntItemPool()
-: SfxItemPool( "chaos", WID_CHAOS_START, WID_CHAOS_START, NULL ),
+: SfxItemPool( "chaos", WID_CHAOS_START, WID_CHAOS_START, nullptr ),
_nRefs( 0 )
{
SetFileFormatVersion( SOFFICE_FILEFORMAT_50 );