sax/source/tools/CachedOutputStream.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bb72ad2969f536356334b0538108748e3947b041
Author: Tor Lillqvist <t...@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() {}
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to