summaryrefslogtreecommitdiff
path: root/sal/qa/rtl_strings/rtl_old_testostring.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-09-14 19:06:55 +0200
committerMathias Bauer <mba@openoffice.org>2009-09-14 19:06:55 +0200
commit6ea0304b451d06756bf24256fadbf379faf72265 (patch)
tree8f53e66fd88011c1b046aeb79a7dd753a51cce89 /sal/qa/rtl_strings/rtl_old_testostring.cxx
parentc617ecebd7e6f5b5ec29f32ca54decf649c00d7a (diff)
#i103496#: split cppunit in a pure external lib and a lib depending on sal -> testshl2
Diffstat (limited to 'sal/qa/rtl_strings/rtl_old_testostring.cxx')
-rw-r--r--sal/qa/rtl_strings/rtl_old_testostring.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/rtl_strings/rtl_old_testostring.cxx b/sal/qa/rtl_strings/rtl_old_testostring.cxx
index 6c481914127d..329eb71c7dc5 100644
--- a/sal/qa/rtl_strings/rtl_old_testostring.cxx
+++ b/sal/qa/rtl_strings/rtl_old_testostring.cxx
@@ -48,7 +48,7 @@
#include <rtl/string.hxx>
#endif
-#include <cppunit/simpleheader.hxx>
+#include <testshl/simpleheader.hxx>
#define TEST_ENSURE(c, m) CPPUNIT_ASSERT_MESSAGE((m), (c))