summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-20 11:47:07 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-20 11:47:07 +0200
commitd9e17c5b7670369e7bf90025b49a6569fa085bbc (patch)
treeb9e10e5b391cc62199b705c5e3a63b8d6b7fe41c /test
parent0705f7da48bf36949dd323ba0103db86708e00e7 (diff)
loplugin:defaultparams
Change-Id: I742a25440d6c321549bb32a2e5ce86207bfb711c
Diffstat (limited to 'test')
-rw-r--r--test/source/sheet/xspreadsheets2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/sheet/xspreadsheets2.cxx b/test/source/sheet/xspreadsheets2.cxx
index 1ecfe816e5fd..187a25e0ec23 100644
--- a/test/source/sheet/xspreadsheets2.cxx
+++ b/test/source/sheet/xspreadsheets2.cxx
@@ -335,7 +335,7 @@ bool XSpreadsheets2::isExternalReference(const OUString& aDestContent, const OUS
CPPUNIT_ASSERT(aDestContent.startsWith(aStart));
- return (aDestContent.endsWithIgnoreAsciiCase(aSrcContent, NULL) // same cell address
+ return (aDestContent.endsWithIgnoreAsciiCase(aSrcContent) // same cell address
&& aDestContent.indexOf(aSrcFileName)>0); // contains source file name
}