From 6f12914ddfb4d69c0267b206be654c875da17426 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Thu, 13 Apr 2017 05:21:11 +0200 Subject: update cppunit to 1.14.0 Change-Id: I95fa42f4ef0580734b605df859c1660b29adb8b2 Reviewed-on: https://gerrit.libreoffice.org/36499 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- cppu/qa/test_unotype.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cppu') 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 & 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; -} - } } } } -- cgit