diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-09-12 21:24:31 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-09-12 22:47:50 +0200 |
commit | d996328cd5f46eeed2df0cbd510eda28e2f7cef9 (patch) | |
tree | d7d28521d7eee431cbbef8501d2a9fac99017d3a /binaryurp/qa/test-unmarshal.cxx | |
parent | 52b32f617521fd160b043754f77f3a549fddc926 (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 'binaryurp/qa/test-unmarshal.cxx')
-rw-r--r-- | binaryurp/qa/test-unmarshal.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/binaryurp/qa/test-unmarshal.cxx b/binaryurp/qa/test-unmarshal.cxx index 5c4940ddb634..74ee12c81624 100644 --- a/binaryurp/qa/test-unmarshal.cxx +++ b/binaryurp/qa/test-unmarshal.cxx @@ -26,12 +26,13 @@ * ************************************************************************/ +#include "sal/config.h" +#include "sal/precppunit.hxx" + #ifdef IOS #define CPPUNIT_PLUGIN_EXPORTED_NAME cppunitTest_binaryurp_unmarshal #endif -#include "sal/config.h" - #include "com/sun/star/io/IOException.hpp" #include "com/sun/star/uno/Sequence.hxx" #include "cppu/unotype.hxx" |