summaryrefslogtreecommitdiff
path: root/sc/qa/unit/parallelism.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-08-14 09:02:27 +0300
committerTor Lillqvist <tml@collabora.com>2017-08-14 09:02:27 +0300
commit3452d662632b3ac3a3092a83c227780444a85b99 (patch)
tree6ba5198901da0b564505e3eaba9bee6e0f3e6902 /sc/qa/unit/parallelism.cxx
parentb74f584e3bf146e149d8fc4ff4534acd8afcc830 (diff)
Bin some unnecessary temporary code
Change-Id: Ia9fef2a500ed0a6177612e845aa58976c602a66f
Diffstat (limited to 'sc/qa/unit/parallelism.cxx')
-rw-r--r--sc/qa/unit/parallelism.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/sc/qa/unit/parallelism.cxx b/sc/qa/unit/parallelism.cxx
index 50bfd27c1284..da5346e1eb5b 100644
--- a/sc/qa/unit/parallelism.cxx
+++ b/sc/qa/unit/parallelism.cxx
@@ -97,13 +97,6 @@ void ScParallelismTest::testSUMIFS()
m_pDoc->SetValue(0, 0, 0, 1001);
- /*E1*/ m_pDoc->SetFormula(ScAddress(5, 0, 0),
- "=$F$2+$F$3",
- formula::FormulaGrammar::GRAM_ENGLISH);
- /*F1*/ m_pDoc->SetFormula(ScAddress(6, 0, 0),
- "=SUM($F$2:$F$3)",
- formula::FormulaGrammar::GRAM_ENGLISH);
-
for (auto i = 1; i < 1000; i++)
{
/*A*/ m_pDoc->SetValue(0, i, 0, i/10 + 1000);
@@ -143,12 +136,6 @@ void ScParallelismTest::testSUMIFS()
std::cerr << "A1=" << m_pDoc->GetValue(0, 0, 0) << std::endl;
- m_pDoc->GetFormula(5, 0, 0, sFormula);
- std::cerr << "E1=\"" << sFormula << "\"=" << m_pDoc->GetValue(5, 0, 0) << std::endl;
-
- m_pDoc->GetFormula(6, 0, 0, sFormula);
- std::cerr << "F1=\"" << sFormula << "\"=" << m_pDoc->GetValue(6, 0, 0) << std::endl;
-
std::cerr << " A,B,C F L,M" << std::endl;
for (auto i = 1; i < 30; i++)
{