summaryrefslogtreecommitdiff
path: root/sax/source/tools/CachedOutputStream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sax/source/tools/CachedOutputStream.hxx')
-rw-r--r--sax/source/tools/CachedOutputStream.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/source/tools/CachedOutputStream.hxx b/sax/source/tools/CachedOutputStream.hxx
index fc74118a63ea..f11697871ad0 100644
--- a/sax/source/tools/CachedOutputStream.hxx
+++ b/sax/source/tools/CachedOutputStream.hxx
@@ -47,7 +47,7 @@ public:
, mpCache(mnMaximumSize)
, pSeq(mpCache.get())
, mbWriteToOutStream(true)
- , mpForMerge(NULL)
+ , mpForMerge(nullptr)
{}
~CachedOutputStream() {}