loplugin:nullptr
Change-Id: Iaf69f87564ff0f9f8aab6fafb833714426c8bc30
This commit is contained in:
@@ -66,7 +66,7 @@ bool checkDumpAgainstFile( const OUString& rDump, const OUString& aFilePath)
|
|||||||
|
|
||||||
OString aDump = OUStringToOString(rDump, RTL_TEXTENCODING_UTF8);
|
OString aDump = OUStringToOString(rDump, RTL_TEXTENCODING_UTF8);
|
||||||
return doXMLDiff(aOFile.getStr(), aDump.getStr(),
|
return doXMLDiff(aOFile.getStr(), aDump.getStr(),
|
||||||
static_cast<int>(rDump.getLength()), NULL);
|
static_cast<int>(rDump.getLength()), nullptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user