diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-08-22 14:28:37 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-09-29 17:24:00 +0300 |
commit | f28cf76cdfa2c4cc88a643a30cfa469f7d909260 (patch) | |
tree | 18a19d8568cc95f80db5ccdd44f55702a691fa94 /sc | |
parent | 950742b3acf09cb5621e54a0e59ebfd2328d3d26 (diff) |
Get rid of some pointless cleanups that fail anyway occasionally
Change-Id: I758b4452bdf0cfcc75280a73993f219a57072e41
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/parallelism.cxx | 6 |
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(); } |