summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-03-19 02:15:25 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-03-19 02:36:46 +0100
commit7e18e657c1ae33c35c8046676b1da195b0d3f493 (patch)
tree3a5cb3798967063f41c9198dc2bbff37ee00e678 /chart2
parentbf033461c5cb0053253f410da7f17dd2e12771c3 (diff)
let us keep the gnumeric value handling in xmloff
Change-Id: I51c7ca53ec8b023dc06b43ec9cb1052d135d14d5
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx b/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx
index 6f9d57f05860..846dd0a5e489 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx
@@ -284,19 +284,6 @@ Any WrappedSplineTypeProperty::convertOuterToInnerValue( const Any& rOuterValue
case 6:
aInnerValue = chart2::CurveStyle_STEP_CENTER_Y;
break;
- // map the pre-ODF1.3 Gnumeric values to ODF1.3
- case 7:
- aInnerValue = chart2::CurveStyle_STEP_START;
- break;
- case 8:
- aInnerValue = chart2::CurveStyle_STEP_END;
- break;
- case 9:
- aInnerValue = chart2::CurveStyle_STEP_CENTER_X;
- break;
- case 10:
- aInnerValue = chart2::CurveStyle_STEP_CENTER_Y;
- break;
default:
SAL_WARN_IF(chart2::CurveStyle_LINES != 0, "chart2", "Unknown line style");
aInnerValue = chart2::CurveStyle_LINES;