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 --- chart2/qa/extras/chart2export.cxx | 15 --------------- chart2/qa/extras/chart2import.cxx | 20 -------------------- 2 files changed, 35 deletions(-) (limited to 'chart2') diff --git a/chart2/qa/extras/chart2export.cxx b/chart2/qa/extras/chart2export.cxx index eae08be7cf96..5975c7a3cfa2 100644 --- a/chart2/qa/extras/chart2export.cxx +++ b/chart2/qa/extras/chart2export.cxx @@ -177,21 +177,6 @@ protected: }; -namespace com { namespace sun { namespace star { namespace drawing { - -std::ostream& operator<<(std::ostream& rStrm, FillStyle n) -{ - rStrm << (int) n; - return rStrm; -} -std::ostream& operator<<(std::ostream& rStrm, LineStyle n) -{ - rStrm << (int) n; - return rStrm; -} - -} } } } - namespace { struct CheckForChartName diff --git a/chart2/qa/extras/chart2import.cxx b/chart2/qa/extras/chart2import.cxx index ec82f813de56..871b41bc5376 100644 --- a/chart2/qa/extras/chart2import.cxx +++ b/chart2/qa/extras/chart2import.cxx @@ -154,26 +154,6 @@ private: }; -namespace com { namespace sun { namespace star { namespace drawing { - -std::ostream& operator<<(std::ostream& rStrm, FillStyle n) -{ - rStrm << (int) n; - return rStrm; -} - -} } } } - -namespace com { namespace sun { namespace star { namespace chart2 { - -std::ostream& operator<<(std::ostream& rStrm, CurveStyle n) -{ - rStrm << (int) n; - return rStrm; -} - -} } } } - // error bar import // split method up into smaller chunks for more detailed tests void Chart2ImportTest::Fdo60083() -- cgit