diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-22 21:41:45 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-22 21:43:09 +0200 |
commit | 1e67a31ed04e1efc5eca2faee8e9087799dfc2dd (patch) | |
tree | b997a5862d44e0d1a2e69e6d9b8d56e3c28744f5 /sc | |
parent | ee5d1b07af43de4778a6289307a6364a1693f25a (diff) |
loplugin:defaultparams
Change-Id: I571d77c9a9d399e0a683af02edb6de1095c11ca9
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/ucalc_formula.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/ucalc_formula.cxx b/sc/qa/unit/ucalc_formula.cxx index 52e1cb332f88..9b472b754531 100644 --- a/sc/qa/unit/ucalc_formula.cxx +++ b/sc/qa/unit/ucalc_formula.cxx @@ -3826,7 +3826,7 @@ void Test::testFuncIFERROR() const SCCOL nStartCol = aPos.Col() + nCols; const SCROW nStartRow = aPos.Row() + nElems2; m_pDoc->InsertMatrixFormula( nStartCol, nStartRow, nStartCol+nCols-1, nStartRow+nElems2-1, aMark, - "=IFERROR(C1:E3;\"Error\")", NULL); + "=IFERROR(C1:E3;\"Error\")"); m_pDoc->CalcAll(); |