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

loplugin:defaultparams

Change-Id: I571d77c9a9d399e0a683af02edb6de1095c11ca9
üst ee5d1b07
......@@ -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();
......
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