sc/qa/unit/subsequent_filters-test.cxx |   18 ------------------
 1 file changed, 18 deletions(-)

New commits:
commit 20e76b48b93a57043721abdaa498bc2bf334e041
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Sat May 15 18:12:05 2021 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Sat May 15 21:22:58 2021 +0200

    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 <xiscofa...@libreoffice.org>

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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to