diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 10:51:07 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 10:51:07 +0100 |
commit | de8f4610a85f49f31023c920864f6d11853970b9 (patch) | |
tree | fc808a797c726b6ed4640be29d368b2112fef647 /test/source | |
parent | 27bf6cece90304920ea3c2412555ed34e9753958 (diff) |
Removing the ext_std masterpiece
Diffstat (limited to 'test/source')
-rw-r--r-- | test/source/cpp/officeconnection.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/source/cpp/officeconnection.cxx b/test/source/cpp/officeconnection.cxx index 93de7f79e937..e8403d399e9c 100644 --- a/test/source/cpp/officeconnection.cxx +++ b/test/source/cpp/officeconnection.cxx @@ -34,9 +34,9 @@ #include "com/sun/star/lang/XMultiServiceFactory.hpp" #include "com/sun/star/uno/Reference.hxx" #include "cppuhelper/bootstrap.hxx" -#include <preextstl.h> + #include "cppunit/TestAssert.h" -#include <postextstl.h> + #include "osl/process.h" #include "osl/time.h" #include "sal/types.h" |