diff options
author | Noel Grandin <noel@peralex.com> | 2014-07-02 11:28:44 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-07-02 15:23:52 +0200 |
commit | 88b4abbb80de866e0dc439711b13ae380b8d0afc (patch) | |
tree | 13278cfc41dd8afc49802f1421b1ada11580ae63 /sc | |
parent | 4ff115b3e7ff9c73dcc98fc6e7109f499ea81cfe (diff) |
loplugin:stringconcat
Change-Id: Ia109af75003dbcf5492fc1054663b617caa3ab3d
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/ucalc_formula.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/unit/ucalc_formula.cxx b/sc/qa/unit/ucalc_formula.cxx index f0f4a84589b1..f9a5ac189b8c 100644 --- a/sc/qa/unit/ucalc_formula.cxx +++ b/sc/qa/unit/ucalc_formula.cxx @@ -3303,7 +3303,7 @@ void runTestMATCH(ScDocument* pDoc, const char* aData[_DataSize], StrStrCheck aC if (!aStr.equalsAscii(aChecks[i].pRes)) { cerr << "row " << (i+1) << ": expected='" << aChecks[i].pRes << "' actual='" << aStr << "'" - << " criterion='" << aChecks[i].pVal << "'" << endl; + " criterion='" << aChecks[i].pVal << "'" << endl; CPPUNIT_ASSERT_MESSAGE("Unexpected result for MATCH", false); } } @@ -3343,7 +3343,7 @@ void runTestHorizontalMATCH(ScDocument* pDoc, const char* aData[_DataSize], StrS if (!aStr.equalsAscii(aChecks[i].pRes)) { cerr << "column " << char('A'+i) << ": expected='" << aChecks[i].pRes << "' actual='" << aStr << "'" - << " criterion='" << aChecks[i].pVal << "'" << endl; + " criterion='" << aChecks[i].pVal << "'" << endl; CPPUNIT_ASSERT_MESSAGE("Unexpected result for horizontal MATCH", false); } } |