From d996328cd5f46eeed2df0cbd510eda28e2f7cef9 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 12 Sep 2011 21:24:31 +0200 Subject: sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx. --- o3tl/qa/test-cow_wrapper.cxx | 5 ++++- o3tl/qa/test-heap_ptr.cxx | 3 +++ o3tl/qa/test-range.cxx | 3 +++ o3tl/qa/test-vector_pool.cxx | 3 +++ 4 files changed, 13 insertions(+), 1 deletion(-) (limited to 'o3tl/qa') diff --git a/o3tl/qa/test-cow_wrapper.cxx b/o3tl/qa/test-cow_wrapper.cxx index fbf9fe49b336..fa20573aad39 100644 --- a/o3tl/qa/test-cow_wrapper.cxx +++ b/o3tl/qa/test-cow_wrapper.cxx @@ -1,10 +1,13 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ // autogenerated file with codegen.pl +#include "sal/config.h" +#include "sal/precppunit.hxx" + #include "cppunit/TestAssert.h" #include "cppunit/TestFixture.h" #include "cppunit/extensions/HelperMacros.h" -#include +#include "cppunit/plugin/TestPlugIn.h" #include "cow_wrapper_clients.hxx" diff --git a/o3tl/qa/test-heap_ptr.cxx b/o3tl/qa/test-heap_ptr.cxx index 381b8a31d541..4db17fd40547 100644 --- a/o3tl/qa/test-heap_ptr.cxx +++ b/o3tl/qa/test-heap_ptr.cxx @@ -26,6 +26,9 @@ * ************************************************************************/ +#include "sal/config.h" +#include "sal/precppunit.hxx" + #include "cppunit/TestAssert.h" #include "cppunit/TestFixture.h" #include "cppunit/extensions/HelperMacros.h" diff --git a/o3tl/qa/test-range.cxx b/o3tl/qa/test-range.cxx index ee45744c1338..117bd02987c3 100644 --- a/o3tl/qa/test-range.cxx +++ b/o3tl/qa/test-range.cxx @@ -26,6 +26,9 @@ * ************************************************************************/ +#include "sal/config.h" +#include "sal/precppunit.hxx" + #include "cppunit/TestAssert.h" #include "cppunit/TestFixture.h" #include "cppunit/extensions/HelperMacros.h" diff --git a/o3tl/qa/test-vector_pool.cxx b/o3tl/qa/test-vector_pool.cxx index 1e3ec7a98175..6cb207ff26eb 100644 --- a/o3tl/qa/test-vector_pool.cxx +++ b/o3tl/qa/test-vector_pool.cxx @@ -1,6 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ // autogenerated file with codegen.pl +#include "sal/config.h" +#include "sal/precppunit.hxx" + #include "cppunit/TestAssert.h" #include "cppunit/TestFixture.h" #include "cppunit/extensions/HelperMacros.h" -- cgit