summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-08-22 14:28:37 +0300
committerTor Lillqvist <tml@collabora.com>2017-09-29 17:24:00 +0300
commitf28cf76cdfa2c4cc88a643a30cfa469f7d909260 (patch)
tree18a19d8568cc95f80db5ccdd44f55702a691fa94
parent950742b3acf09cb5621e54a0e59ebfd2328d3d26 (diff)
Get rid of some pointless cleanups that fail anyway occasionally
Change-Id: I758b4452bdf0cfcc75280a73993f219a57072e41
-rw-r--r--sc/qa/unit/parallelism.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/qa/unit/parallelism.cxx b/sc/qa/unit/parallelism.cxx
index bccae4e830b8..e3917cb8e4ee 100644
--- a/sc/qa/unit/parallelism.cxx
+++ b/sc/qa/unit/parallelism.cxx
@@ -78,12 +78,6 @@ void ScParallelismTest::setUp()
void ScParallelismTest::tearDown()
{
- if(m_xDocShell.is())
- {
- m_xDocShell->DoClose();
- m_xDocShell.clear();
- }
-
test::BootstrapFixture::tearDown();
}