summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpfribsection.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:19:46 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:31 +0100
commit822a0b7046d8f0a8325ad158ea6756d33846c83e (patch)
treee1683caf123afd514361f85c389db52514d02890 /lotuswordpro/source/filter/lwpfribsection.cxx
parentloplugin:nullptr (automatic rewrite) (diff)
downloadcore-822a0b7046d8f0a8325ad158ea6756d33846c83e.tar.gz
core-822a0b7046d8f0a8325ad158ea6756d33846c83e.zip
loplugin:nullptr (automatic rewrite)
Change-Id: Id11454397abad090741c5d98e2ae585531c886f6
Diffstat (limited to 'lotuswordpro/source/filter/lwpfribsection.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpfribsection.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/lotuswordpro/source/filter/lwpfribsection.cxx b/lotuswordpro/source/filter/lwpfribsection.cxx
index b180b3a77484..0f63d0f6a605 100644
--- a/lotuswordpro/source/filter/lwpfribsection.cxx
+++ b/lotuswordpro/source/filter/lwpfribsection.cxx
@@ -70,7 +70,7 @@
#include "lwpglobalmgr.hxx"
LwpFribSection::LwpFribSection(LwpPara *pPara)
- : LwpFrib(pPara),m_pMasterPage(NULL)
+ : LwpFrib(pPara),m_pMasterPage(nullptr)
{
}
@@ -80,7 +80,7 @@ LwpFribSection::~LwpFribSection()
if(m_pMasterPage)
{
delete m_pMasterPage;
- m_pMasterPage = NULL;
+ m_pMasterPage = nullptr;
}
}
@@ -138,7 +138,7 @@ LwpPageLayout* LwpFribSection::GetPageLayout()
{
if(GetSection())
return GetSection()->GetPageLayout();
- return NULL;
+ return nullptr;
}
/**
@@ -367,7 +367,7 @@ XFSection* LwpMasterPage::CreateXFSection()
pXFSection->SetStyleName(m_SectionStyleName);
return pXFSection;
}
- return NULL;
+ return nullptr;
}
/**