summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-09-12 21:24:31 +0200
committerStephan Bergmann <sbergman@redhat.com>2011-09-12 22:47:50 +0200
commitd996328cd5f46eeed2df0cbd510eda28e2f7cef9 (patch)
treed7d28521d7eee431cbbef8501d2a9fac99017d3a /svl
parent52b32f617521fd160b043754f77f3a549fddc926 (diff)
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.
Diffstat (limited to 'svl')
-rw-r--r--svl/qa/test_URIHelper.cxx2
-rw-r--r--svl/qa/unit/svl.cxx2
2 files changed, 3 insertions, 1 deletions
diff --git a/svl/qa/test_URIHelper.cxx b/svl/qa/test_URIHelper.cxx
index c206def13830..e5d7c02a8ef6 100644
--- a/svl/qa/test_URIHelper.cxx
+++ b/svl/qa/test_URIHelper.cxx
@@ -28,8 +28,8 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_svl.hxx"
-
#include "sal/config.h"
+#include "sal/precppunit.hxx"
#include <cppunit/TestSuite.h>
#include <cppunit/TestFixture.h>
diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx
index 201a20ee1e57..31484ea639df 100644
--- a/svl/qa/unit/svl.cxx
+++ b/svl/qa/unit/svl.cxx
@@ -27,6 +27,8 @@
*/
#include "precompiled_svl.hxx"
+#include "sal/config.h"
+#include "sal/precppunit.hxx"
#ifdef WNT
# undef ERROR