summaryrefslogtreecommitdiff
path: root/test
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
parent99deffbeba414443ec7e0961501d5dcbc475b07d (diff)
partially revert the editeng singleton stuff to get build to complete
Diffstat (limited to 'test')
-rw-r--r--test/Library_test.mk1
-rw-r--r--test/source/bootstrapfixture.cxx2
2 files changed, 0 insertions, 3 deletions
diff --git a/test/Library_test.mk b/test/Library_test.mk
index f66e101857eb..571d26ccd3d3 100644
--- a/test/Library_test.mk
+++ b/test/Library_test.mk
@@ -42,7 +42,6 @@ $(eval $(call gb_Library_use_libraries,test,\
comphelper \
cppu \
cppuhelper \
- editeng \
i18nisolang1 \
sal \
tl \
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();
}