summaryrefslogtreecommitdiff
path: root/test/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-04-12 13:25:01 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-12 13:28:06 +0100
commit43aabb908e3dacd1b1b2effb215b04147de4016e (patch)
tree0617a2a1dbef098aefad1f55be74872bb14605b2 /test/source
parent99deffbeba414443ec7e0961501d5dcbc475b07d (diff)
partially revert the editeng singleton stuff to get build to complete
Diffstat (limited to 'test/source')
-rw-r--r--test/source/bootstrapfixture.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/source/bootstrapfixture.cxx b/test/source/bootstrapfixture.cxx
index f4b81398a295..284dbf7f3210 100644
--- a/test/source/bootstrapfixture.cxx
+++ b/test/source/bootstrapfixture.cxx
@@ -42,7 +42,6 @@
#include <vcl/svapp.hxx>
#include <tools/resmgr.hxx>
#include <unotools/syslocaleoptions.hxx>
-#include <editeng/eerdll.hxx>
using namespace ::com::sun::star;
@@ -108,7 +107,6 @@ void test::BootstrapFixture::setUp()
void test::BootstrapFixture::tearDown()
{
ucbhelper::ContentBroker::deinitialize();
- EditDLL::Release();
test::BootstrapFixtureBase::tearDown();
}