summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-04-16 14:50:35 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-04-16 14:50:35 +0200
commit2ed903145bff0082e0d19290e0355859e3031207 (patch)
treeb1e30e31d10f4041fdd4e0f3e0a79c6f1437bc3d /sc
parentce21baa36a703f0ea79936870c743c453b90c5b0 (diff)
make the test case smaller to limit runtime
Change-Id: I374f33d2001f872075d2d0be1527d19f1be1175a
Diffstat (limited to 'sc')
-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");
}