summaryrefslogtreecommitdiff
path: root/chart2/qa/extras
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/qa/extras')
-rw-r--r--chart2/qa/extras/chart2export.cxx15
-rw-r--r--chart2/qa/extras/chart2import.cxx20
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()