diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-20 11:47:07 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-20 11:47:07 +0200 |
commit | d9e17c5b7670369e7bf90025b49a6569fa085bbc (patch) | |
tree | b9e10e5b391cc62199b705c5e3a63b8d6b7fe41c /test | |
parent | 0705f7da48bf36949dd323ba0103db86708e00e7 (diff) |
loplugin:defaultparams
Change-Id: I742a25440d6c321549bb32a2e5ce86207bfb711c
Diffstat (limited to 'test')
-rw-r--r-- | test/source/sheet/xspreadsheets2.cxx | 2 |
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 } |