From 5b14929dd4f659420c5707b7c432fb9337cfff1d Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 12 Apr 2012 00:53:55 -0400 Subject: Handle the correct deletion order of EditDLL in the base class. Turns out that this change affected all cppunit runs. --- editeng/qa/unit/core-test.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'editeng/qa/unit/core-test.cxx') diff --git a/editeng/qa/unit/core-test.cxx b/editeng/qa/unit/core-test.cxx index 1e83599e3358..fc5828f4a307 100644 --- a/editeng/qa/unit/core-test.cxx +++ b/editeng/qa/unit/core-test.cxx @@ -74,8 +74,6 @@ void Test::setUp() void Test::tearDown() { SfxItemPool::Free(mpItemPool); - EditDLL::Release(); - test::BootstrapFixture::tearDown(); } -- cgit