[Libreoffice-commits] core.git: sax/source
Tor Lillqvist
tml at collabora.com
Thu Oct 23 11:29:19 PDT 2014
sax/source/tools/CachedOutputStream.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bb72ad2969f536356334b0538108748e3947b041
Author: Tor Lillqvist <tml at collabora.com>
Date: Thu Oct 23 21:28:29 2014 +0300
WaE: implicit conversion of NULL constant to 'nullptr_t'
Change-Id: I23a85ba05a596b566be35ebecc6b1804c0d0cb62
diff --git a/sax/source/tools/CachedOutputStream.hxx b/sax/source/tools/CachedOutputStream.hxx
index fc74118..f116978 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() {}
More information about the Libreoffice-commits
mailing list