diff options
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/extras/cellproperties.cxx | 5 | ||||
-rw-r--r-- | sc/qa/extras/xcellrangesquery.cxx | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/sc/qa/extras/cellproperties.cxx b/sc/qa/extras/cellproperties.cxx index c86d33ad0c0d..29379153c54a 100644 --- a/sc/qa/extras/cellproperties.cxx +++ b/sc/qa/extras/cellproperties.cxx @@ -139,11 +139,6 @@ void ScCellProperties::tearDown() UnoApiTest::tearDown(); - if (nTest == NUMBER_OF_TESTS) - { - mxDesktop->terminate(); - uno::Reference< lang::XComponent>(m_xContext, UNO_QUERY_THROW)->dispose(); - } } CPPUNIT_TEST_SUITE_REGISTRATION(ScCellProperties); diff --git a/sc/qa/extras/xcellrangesquery.cxx b/sc/qa/extras/xcellrangesquery.cxx index 78654e37ef08..a5a5a6fb926c 100644 --- a/sc/qa/extras/xcellrangesquery.cxx +++ b/sc/qa/extras/xcellrangesquery.cxx @@ -185,11 +185,6 @@ void ScXCellRangesQuery::tearDown() UnoApiTest::tearDown(); - if (nTest == NUMBER_OF_TESTS) - { - mxDesktop->terminate(); - uno::Reference< lang::XComponent>(m_xContext, UNO_QUERY_THROW)->dispose(); - } } CPPUNIT_TEST_SUITE_REGISTRATION(ScXCellRangesQuery); |