diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-04-13 05:21:11 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-04-14 01:10:25 +0200 |
commit | 6f12914ddfb4d69c0267b206be654c875da17426 (patch) | |
tree | acc51420bbabe78092bc1a866848fbc8d07efd39 /chart2/qa | |
parent | f15a69bd57e578ca607f14cb62f29a16986b96e6 (diff) |
update cppunit to 1.14.0
Change-Id: I95fa42f4ef0580734b605df859c1660b29adb8b2
Reviewed-on: https://gerrit.libreoffice.org/36499
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'chart2/qa')
-rw-r--r-- | chart2/qa/extras/chart2export.cxx | 15 | ||||
-rw-r--r-- | chart2/qa/extras/chart2import.cxx | 20 |
2 files changed, 0 insertions, 35 deletions
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() |