From cd7cd5342248354ab322c3722c100d2cfb525bd8 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 28 Apr 2017 14:16:01 +0200 Subject: Remove now-duplicate css::uno::Type operator << ...was missing from 06c1dc4c09ba816affb8b65e8215bcd56a81df91 "LIBO_INTERNAL_ONLY: printing of css::uno::Reference/Type" Change-Id: Ifb3f8f72bfeb1038f01797aab9afb5f5059f9d5b --- cppu/qa/test_unotype.cxx | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'cppu/qa') 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 #include -#include #include #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 std::basic_ostream & -operator <<(std::basic_ostream & stream, Type const & type) { - return stream << type.getTypeName(); -} - -} } } } - - namespace { struct DerivedStruct1: css::lang::EventObject {}; -- cgit