summaryrefslogtreecommitdiff
path: root/sc/qa/extras/scindexenumeration_sheetcellrangesenumeration.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/extras/scindexenumeration_sheetcellrangesenumeration.cxx')
-rw-r--r--sc/qa/extras/scindexenumeration_sheetcellrangesenumeration.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sc/qa/extras/scindexenumeration_sheetcellrangesenumeration.cxx b/sc/qa/extras/scindexenumeration_sheetcellrangesenumeration.cxx
index dbb54e0c52d4..1ec9f9d5c687 100644
--- a/sc/qa/extras/scindexenumeration_sheetcellrangesenumeration.cxx
+++ b/sc/qa/extras/scindexenumeration_sheetcellrangesenumeration.cxx
@@ -37,7 +37,6 @@ public:
virtual uno::Reference<uno::XInterface> init() override;
virtual void setUp() override;
- virtual void tearDown() override;
CPPUNIT_TEST_SUITE(ScIndexEnumeration_SheetCellRangesEnumeration);
@@ -103,12 +102,6 @@ void ScIndexEnumeration_SheetCellRangesEnumeration::setUp()
mxComponent = loadFromDesktop("private:factory/scalc");
}
-void ScIndexEnumeration_SheetCellRangesEnumeration::tearDown()
-{
- closeDocument(mxComponent);
- CalcUnoApiTest::tearDown();
-}
-
CPPUNIT_TEST_SUITE_REGISTRATION(ScIndexEnumeration_SheetCellRangesEnumeration);
} // namespace sc_apitest