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.
This commit is contained in:
Stephan Bergmann
2011-09-12 21:24:31 +02:00
parent 52b32f6175
commit d996328cd5
133 changed files with 433 additions and 123 deletions

View File

@@ -27,10 +27,15 @@
************************************************************************/
#include "precompiled_tools.hxx"
#include <sal/cppunit.h>
#include "sal/config.h"
#include "sal/precppunit.hxx"
#include <cwchar>
#include "cppunit/TestAssert.h"
#include "cppunit/TestFixture.h"
#include "cppunit/extensions/HelperMacros.h"
#include "cppunit/plugin/TestPlugIn.h"
#include "tools/pathutils.hxx"
namespace {