diff options
Diffstat (limited to 'sax/source')
-rw-r--r-- | sax/source/tools/CachedOutputStream.hxx | 2 |
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() {} |