From 528a225ddb1d429eeb048626d5e9e045118bad2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Wed, 12 Oct 2011 14:57:11 +0100 Subject: [PATCH] get TestResult dtor before osl::Module dtor --- sal/cppunittester/cppunittester.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sal/cppunittester/cppunittester.cxx b/sal/cppunittester/cppunittester.cxx index f80f45013d3a..c1b415e583b1 100644 --- a/sal/cppunittester/cppunittester.cxx +++ b/sal/cppunittester/cppunittester.cxx @@ -172,9 +172,9 @@ SAL_IMPLEMENT_MAIN() { #endif #endif - CppUnit::TestResult result; boost::ptr_vector modules; cppunittester::LibreOfficeProtector *throw_protector = 0; + CppUnit::TestResult result; std::string args; std::string testlib; sal_uInt32 index = 0;