summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpmarker.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/lwpmarker.cxx
parent53a2e93fc5a4872b36fb8e76ddd4b722a18cb49b (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: Id11454397abad090741c5d98e2ae585531c886f6
Diffstat (limited to 'lotuswordpro/source/filter/lwpmarker.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpmarker.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpmarker.cxx b/lotuswordpro/source/filter/lwpmarker.cxx
index e04d5ec40b82..3843dad1bca5 100644
--- a/lotuswordpro/source/filter/lwpmarker.cxx
+++ b/lotuswordpro/source/filter/lwpmarker.cxx
@@ -142,7 +142,7 @@ void LwpCHBlkMarker::Read()
OUString LwpCHBlkMarker::GetPromptText()
{
- LwpStory* pStory = NULL;
+ LwpStory* pStory = nullptr;
if (m_objPromptStory.obj().is())
pStory = dynamic_cast<LwpStory*>(m_objPromptStory.obj().get());
if (pStory)
@@ -357,7 +357,7 @@ LwpFieldMark::LwpFieldMark(LwpObjectHeader &objHdr, LwpSvStream *pStrm)
, m_nFieldType(0)
, m_bHasStyle(false)
, m_bHasStart(false)
- , m_pFrib(NULL)
+ , m_pFrib(nullptr)
, m_bRevisionFlag(false)
{
}