summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-05-15 18:12:05 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2021-05-15 21:22:58 +0200
commit20e76b48b93a57043721abdaa498bc2bf334e041 (patch)
treea9708e53b64486cdae0fe4fe4e70f15d779f0acb /sc
parent65d6dc999c3e453498a007273cea26290c720f4c (diff)
sc_subsequent_filters: remove unneeded code
Change-Id: Icd6b69df505abbb6178a57b15d898351f6c530da Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115663 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/unit/subsequent_filters-test.cxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx
index 4529a123edb8..078bd9d3686a 100644
--- a/sc/qa/unit/subsequent_filters-test.cxx
+++ b/sc/qa/unit/subsequent_filters-test.cxx
@@ -1825,12 +1825,6 @@ void ScFiltersTest::testDataTableMortgageXLS()
ScDocShellRef xDocSh = loadDoc(u"data-table/mortgage.", FORMAT_XLS);
CPPUNIT_ASSERT_MESSAGE("Failed to load the document.", xDocSh.is());
- ScFormulaOptions aOptions;
- aOptions.SetFormulaSepArg(",");
- aOptions.SetFormulaSepArrayCol(",");
- aOptions.SetFormulaSepArrayRow(";");
- xDocSh->SetFormulaOptions(aOptions);
-
ScDocument& rDoc = xDocSh->GetDocument();
// One-variable table
@@ -1858,12 +1852,6 @@ void ScFiltersTest::testDataTableOneVarXLSX()
ScDocShellRef xDocSh = loadDoc(u"data-table/one-variable.", FORMAT_XLSX);
CPPUNIT_ASSERT_MESSAGE("Failed to load the document.", xDocSh.is());
- ScFormulaOptions aOptions;
- aOptions.SetFormulaSepArg(",");
- aOptions.SetFormulaSepArrayCol(",");
- aOptions.SetFormulaSepArrayRow(";");
- xDocSh->SetFormulaOptions(aOptions);
-
ScDocument& rDoc = xDocSh->GetDocument();
// Right now, we have a bug that prevents Calc from re-calculating these
@@ -1901,12 +1889,6 @@ void ScFiltersTest::testDataTableMultiTableXLSX()
ScDocShellRef xDocSh = loadDoc(u"data-table/multi-table.", FORMAT_XLSX);
CPPUNIT_ASSERT_MESSAGE("Failed to load the document.", xDocSh.is());
- ScFormulaOptions aOptions;
- aOptions.SetFormulaSepArg(",");
- aOptions.SetFormulaSepArrayCol(",");
- aOptions.SetFormulaSepArrayRow(";");
- xDocSh->SetFormulaOptions(aOptions);
-
ScDocument& rDoc = xDocSh->GetDocument();
// Right now, we have a bug that prevents Calc from re-calculating these