loplugin:nullptr

Change-Id: Iaf69f87564ff0f9f8aab6fafb833714426c8bc30
This commit is contained in:
Khaled Hosny
2017-01-10 16:26:54 +02:00
parent a1d3dc1cbd
commit b885db5dbd

View File

@@ -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);
}
}