summaryrefslogtreecommitdiff
path: root/ure/source/uretest/cppmain.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ure/source/uretest/cppmain.cc')
-rw-r--r--ure/source/uretest/cppmain.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/ure/source/uretest/cppmain.cc b/ure/source/uretest/cppmain.cc
index 92aa1257ea4d..ab0c92d625cd 100644
--- a/ure/source/uretest/cppmain.cc
+++ b/ure/source/uretest/cppmain.cc
@@ -20,10 +20,8 @@
#include "sal/macros.h"
#include <cstddef>
-#include <functional>
#include <memory>
#include <new>
-#include <boost/unordered_map.hpp>
#include "com/sun/star/lang/XMain.hpp"
#include "com/sun/star/uno/Exception.hpp"
@@ -38,7 +36,6 @@
#include "cppuhelper/interfacecontainer.hxx"
#include "cppuhelper/unourl.hxx"
#include "cppuhelper/weak.hxx"
-#include "osl/mutex.hxx"
#include "osl/thread.h"
#include "rtl/malformeduriexception.hxx"
#include "rtl/string.h"
@@ -90,13 +87,6 @@ private:
try { // check for cppuhelper
std::auto_ptr< cppu::UnoUrl > dummy(new cppu::UnoUrl(rtl::OUString()));
} catch (rtl::MalformedUriException &) {}
- { // check for stlport
- osl::Mutex m;
- std::auto_ptr< cppu::OMultiTypeInterfaceContainerHelperVar<
- int, boost::hash< int >, std::equal_to< int > > > dummy(
- new cppu::OMultiTypeInterfaceContainerHelperVar<
- int, boost::hash< int >, std::equal_to< int > >(m));
- }
static char const * const services[] = {
"com.sun.star.beans.Introspection",
"com.sun.star.bridge.BridgeFactory",