summaryrefslogtreecommitdiff
path: root/cppu/qa
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/qa')
-rw-r--r--cppu/qa/test_unotype.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/cppu/qa/test_unotype.cxx b/cppu/qa/test_unotype.cxx
index 20727db830f2..391e9b352962 100644
--- a/cppu/qa/test_unotype.cxx
+++ b/cppu/qa/test_unotype.cxx
@@ -25,7 +25,6 @@
#include <cppunit/plugin/TestPlugIn.h>
#include <cppunit/extensions/HelperMacros.h>
-#include <ostream>
#include <typeinfo>
#include "com/sun/star/beans/Optional.hpp"
@@ -46,16 +45,6 @@ namespace com { namespace sun { namespace star { namespace uno {
class Any;
} } } }
-namespace com { namespace sun { namespace star { namespace uno {
-
-template<typename charT, typename traits> std::basic_ostream<charT, traits> &
-operator <<(std::basic_ostream<charT, traits> & stream, Type const & type) {
- return stream << type.getTypeName();
-}
-
-} } } }
-
-
namespace {
struct DerivedStruct1: css::lang::EventObject {};