summaryrefslogtreecommitdiff
path: root/sc/qa/unit/cond_format_merge.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/unit/cond_format_merge.cxx')
-rw-r--r--sc/qa/unit/cond_format_merge.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/qa/unit/cond_format_merge.cxx b/sc/qa/unit/cond_format_merge.cxx
index 3ad2034343d1..495dee274379 100644
--- a/sc/qa/unit/cond_format_merge.cxx
+++ b/sc/qa/unit/cond_format_merge.cxx
@@ -27,8 +27,6 @@ class ScCondFormatMergeTest : public CalcUnoApiTest
public:
ScCondFormatMergeTest();
- virtual void tearDown() override;
-
void testCondFormatMerge();
CPPUNIT_TEST_SUITE(ScCondFormatMergeTest);
@@ -41,12 +39,6 @@ ScCondFormatMergeTest::ScCondFormatMergeTest()
{
}
-void ScCondFormatMergeTest::tearDown()
-{
- closeDocument(mxComponent);
- CalcUnoApiTest::tearDown();
-}
-
void ScCondFormatMergeTest::testCondFormatMerge()
{
OUString aFileURL;