summaryrefslogtreecommitdiff
path: root/editeng/qa
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-04-12 00:53:55 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-04-12 00:53:55 -0400
commit5b14929dd4f659420c5707b7c432fb9337cfff1d (patch)
tree7b65178bc915d0ebbad18ace80515a146e39b168 /editeng/qa
parentc0de63a858ee02bba2a9154b239085a64a277999 (diff)
Handle the correct deletion order of EditDLL in the base class.
Turns out that this change affected all cppunit runs.
Diffstat (limited to 'editeng/qa')
-rw-r--r--editeng/qa/unit/core-test.cxx2
1 files changed, 0 insertions, 2 deletions
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();
}