summaryrefslogtreecommitdiff
path: root/sax/source/expatwrap/saxwriter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sax/source/expatwrap/saxwriter.cxx')
-rw-r--r--sax/source/expatwrap/saxwriter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sax/source/expatwrap/saxwriter.cxx b/sax/source/expatwrap/saxwriter.cxx
index 9c5b94f53301..2c5c56bee475 100644
--- a/sax/source/expatwrap/saxwriter.cxx
+++ b/sax/source/expatwrap/saxwriter.cxx
@@ -109,7 +109,7 @@ public:
explicit SaxWriterHelper(Reference< XOutputStream > m_TempOut)
: m_out(m_TempOut)
, m_Sequence(SEQUENCESIZE)
- , mp_Sequence(NULL)
+ , mp_Sequence(nullptr)
, nLastLineFeedPos(0)
, nCurrentPos(0)
, m_bStartElementFinished(true)
@@ -875,7 +875,7 @@ class SAXWriter :
{
public:
SAXWriter()
- : m_pSaxWriterHelper(NULL)
+ : m_pSaxWriterHelper(nullptr)
, m_bDocStarted(false)
, m_bIsCDATA(false)
, m_bForceLineBreak(false)