summaryrefslogtreecommitdiff
path: root/chart2/qa/extras/xshape/chart2xshape.cxx
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2017-01-10 16:26:54 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2017-01-10 16:27:47 +0200
commitb885db5dbd9f61d75bed258660731d61a18fd2b7 (patch)
tree4121e42c05dcfdaf94aa850ba38f39597f367f17 /chart2/qa/extras/xshape/chart2xshape.cxx
parenta1d3dc1cbd1ca8b61e717c8ef8c7fdfe3ec33045 (diff)
loplugin:nullptr
Change-Id: Iaf69f87564ff0f9f8aab6fafb833714426c8bc30
Diffstat (limited to 'chart2/qa/extras/xshape/chart2xshape.cxx')
-rw-r--r--chart2/qa/extras/xshape/chart2xshape.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/qa/extras/xshape/chart2xshape.cxx b/chart2/qa/extras/xshape/chart2xshape.cxx
index af218b99f90f..1bbda45a7509 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);
}
}