[Libreoffice-commits] core.git: include/vcl
Stephan Bergmann
sbergman at redhat.com
Fri Dec 11 11:51:40 PST 2015
include/vcl/graph.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ff66509d5045a98582abd9c3b59eeeb658e46a44
Author: Stephan Bergmann <sbergman at 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:
More information about the Libreoffice-commits
mailing list