From 2c05d758b2b62c9df413e2514fb3cd233d0f3ec7 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 29 Sep 2017 16:21:54 +0200 Subject: add << operator for css::uno::Exception Change-Id: Ia23dafd07133779144965682df3b7125a3214235 Reviewed-on: https://gerrit.libreoffice.org/43046 Reviewed-by: Stephan Bergmann Tested-by: Jenkins --- cppu/qa/cppumaker/test_cppumaker.cxx | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'cppu') diff --git a/cppu/qa/cppumaker/test_cppumaker.cxx b/cppu/qa/cppumaker/test_cppumaker.cxx index d0fde124bf13..e214e6deb4ff 100644 --- a/cppu/qa/cppumaker/test_cppumaker.cxx +++ b/cppu/qa/cppumaker/test_cppumaker.cxx @@ -365,17 +365,6 @@ #include #include -namespace com { namespace sun { namespace star { namespace uno { - -std::ostream & operator <<( - std::ostream & out, - SAL_UNUSED_PARAMETER css::uno::Exception const &) -{ - return out << ""; -} - -} } } } - namespace test { namespace codemaker { namespace cppumaker { bool operator ==( -- cgit