include/vcl/graph.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ff66509d5045a98582abd9c3b59eeeb658e46a44
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Fri Dec 11 20:50:56 2015 +0100

    loplugin:nullptr
    
    Change-Id: I639638cb9cc387178183760137c0510802b8c6d9

diff --git a/include/vcl/graph.hxx b/include/vcl/graph.hxx
index 81df1a4..355a9c7 100644
--- a/include/vcl/graph.hxx
+++ b/include/vcl/graph.hxx
@@ -57,7 +57,7 @@ protected:
     ReaderData*     mpReaderData;
 
                     GraphicReader() :
-                        mpReaderData( NULL ) {}
+                        mpReaderData( nullptr ) {}
 
 public:
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to