Kaydet (Commit) d9e17c5b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:defaultparams

Change-Id: I742a25440d6c321549bb32a2e5ce86207bfb711c
üst 0705f7da
...@@ -335,7 +335,7 @@ bool XSpreadsheets2::isExternalReference(const OUString& aDestContent, const OUS ...@@ -335,7 +335,7 @@ bool XSpreadsheets2::isExternalReference(const OUString& aDestContent, const OUS
CPPUNIT_ASSERT(aDestContent.startsWith(aStart)); 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 && aDestContent.indexOf(aSrcFileName)>0); // contains source file name
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment