diff options
Diffstat (limited to 'sccomp')
-rw-r--r-- | sccomp/qa/unit/SwarmSolverTest.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sccomp/qa/unit/SwarmSolverTest.cxx b/sccomp/qa/unit/SwarmSolverTest.cxx index 90422e520197..a92eb0b65d49 100644 --- a/sccomp/qa/unit/SwarmSolverTest.cxx +++ b/sccomp/qa/unit/SwarmSolverTest.cxx @@ -66,8 +66,6 @@ void SwarmSolverTest::testUnconstrained() uno::Reference<container::XIndexAccess> xIndex(xDocument->getSheets(), uno::UNO_QUERY_THROW); uno::Reference<sheet::XSpreadsheet> xSheet(xIndex->getByIndex(0), uno::UNO_QUERY_THROW); - uno::Reference<table::XCell> xCell; - uno::Reference<sheet::XSolver> xSolver; const OUString sSolverName("com.sun.star.comp.Calc.SwarmSolver"); @@ -118,8 +116,6 @@ void SwarmSolverTest::testVariableBounded() uno::Reference<container::XIndexAccess> xIndex(xDocument->getSheets(), uno::UNO_QUERY_THROW); uno::Reference<sheet::XSpreadsheet> xSheet(xIndex->getByIndex(0), uno::UNO_QUERY_THROW); - uno::Reference<table::XCell> xCell; - uno::Reference<sheet::XSolver> xSolver; const OUString sSolverName("com.sun.star.comp.Calc.SwarmSolver"); @@ -172,8 +168,6 @@ void SwarmSolverTest::testVariableConstrained() uno::Reference<container::XIndexAccess> xIndex(xDocument->getSheets(), uno::UNO_QUERY_THROW); uno::Reference<sheet::XSpreadsheet> xSheet(xIndex->getByIndex(0), uno::UNO_QUERY_THROW); - uno::Reference<table::XCell> xCell; - uno::Reference<sheet::XSolver> xSolver; const OUString sSolverName("com.sun.star.comp.Calc.SwarmSolver"); @@ -230,8 +224,6 @@ void SwarmSolverTest::testTwoVariables() uno::Reference<container::XIndexAccess> xIndex(xDocument->getSheets(), uno::UNO_QUERY_THROW); uno::Reference<sheet::XSpreadsheet> xSheet(xIndex->getByIndex(0), uno::UNO_QUERY_THROW); - uno::Reference<table::XCell> xCell; - uno::Reference<sheet::XSolver> xSolver; const OUString sSolverName("com.sun.star.comp.Calc.SwarmSolver"); @@ -295,8 +287,6 @@ void SwarmSolverTest::testMultipleVariables() uno::Reference<container::XIndexAccess> xIndex(xDocument->getSheets(), uno::UNO_QUERY_THROW); uno::Reference<sheet::XSpreadsheet> xSheet(xIndex->getByIndex(0), uno::UNO_QUERY_THROW); - uno::Reference<table::XCell> xCell; - uno::Reference<sheet::XSolver> xSolver; const OUString sSolverName("com.sun.star.comp.Calc.SwarmSolver"); |