summaryrefslogtreecommitdiffstats
path: root/chart2/qa/extras/chart2export.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/qa/extras/chart2export.cxx')
-rw-r--r--chart2/qa/extras/chart2export.cxx15
1 files changed, 0 insertions, 15 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