diff options
Diffstat (limited to 'cppu/qa')
-rw-r--r-- | cppu/qa/test_unotype.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cppu/qa/test_unotype.cxx b/cppu/qa/test_unotype.cxx index 6269ff2cfa86..20727db830f2 100644 --- a/cppu/qa/test_unotype.cxx +++ b/cppu/qa/test_unotype.cxx @@ -53,12 +53,6 @@ operator <<(std::basic_ostream<charT, traits> & stream, Type const & type) { return stream << type.getTypeName(); } -std::ostream& operator<< (std::ostream& aStream, const css::uno::TypeClass& aTypeClass) -{ - aStream << (sal_Int32)aTypeClass; - return aStream; -} - } } } } |