chart2/qa/extras/xshape/chart2xshape.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b885db5dbd9f61d75bed258660731d61a18fd2b7 Author: Khaled Hosny <khaledho...@eglug.org> Date: Tue Jan 10 16:26:54 2017 +0200 loplugin:nullptr Change-Id: Iaf69f87564ff0f9f8aab6fafb833714426c8bc30 diff --git a/chart2/qa/extras/xshape/chart2xshape.cxx b/chart2/qa/extras/xshape/chart2xshape.cxx index af218b9..1bbda45 100644 --- a/chart2/qa/extras/xshape/chart2xshape.cxx +++ b/chart2/qa/extras/xshape/chart2xshape.cxx @@ -66,7 +66,7 @@ bool checkDumpAgainstFile( const OUString& rDump, const OUString& aFilePath) OString aDump = OUStringToOString(rDump, RTL_TEXTENCODING_UTF8); return doXMLDiff(aOFile.getStr(), aDump.getStr(), - static_cast<int>(rDump.getLength()), NULL); + static_cast<int>(rDump.getLength()), nullptr); } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits