diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-04-12 00:53:55 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-04-12 00:53:55 -0400 |
commit | 5b14929dd4f659420c5707b7c432fb9337cfff1d (patch) | |
tree | 7b65178bc915d0ebbad18ace80515a146e39b168 /test/Library_test.mk | |
parent | c0de63a858ee02bba2a9154b239085a64a277999 (diff) |
Handle the correct deletion order of EditDLL in the base class.
Turns out that this change affected all cppunit runs.
Diffstat (limited to 'test/Library_test.mk')
-rw-r--r-- | test/Library_test.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Library_test.mk b/test/Library_test.mk index 571d26ccd3d3..f66e101857eb 100644 --- a/test/Library_test.mk +++ b/test/Library_test.mk @@ -42,6 +42,7 @@ $(eval $(call gb_Library_use_libraries,test,\ comphelper \ cppu \ cppuhelper \ + editeng \ i18nisolang1 \ sal \ tl \ |