summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/qa/perf/scperfobj.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/perf/scperfobj.cxx b/sc/qa/perf/scperfobj.cxx
index 42fdd78fd593..85ac79206a96 100644
--- a/sc/qa/perf/scperfobj.cxx
+++ b/sc/qa/perf/scperfobj.cxx
@@ -683,7 +683,7 @@ void ScPerfObj::testMatConcatLarge()
uno::Reference< sheet::XArrayFormulaRange > xArrayFormulaRange(xCellRange, UNO_QUERY_THROW);
callgrindStart();
- xArrayFormulaRange->setArrayFormula("=A:A&B:B");
+ xArrayFormulaRange->setArrayFormula("=A1:A30000&B1:B30000");
xCalculatable->calculate();
callgrindDump("sc:mat_concat");
}