[Libreoffice-commits] core.git: sc/qa

Tor Lillqvist tml at collabora.com
Fri Sep 29 14:24:50 UTC 2017


 sc/qa/unit/parallelism.cxx |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit f28cf76cdfa2c4cc88a643a30cfa469f7d909260
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Aug 22 14:28:37 2017 +0300

    Get rid of some pointless cleanups that fail anyway occasionally
    
    Change-Id: I758b4452bdf0cfcc75280a73993f219a57072e41

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();
 }
 


More information about the Libreoffice-commits mailing list