From 7e18e657c1ae33c35c8046676b1da195b0d3f493 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Tue, 19 Mar 2013 02:15:25 +0100 Subject: let us keep the gnumeric value handling in xmloff Change-Id: I51c7ca53ec8b023dc06b43ec9cb1052d135d14d5 --- xmloff/source/chart/PropertyMap.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'xmloff') diff --git a/xmloff/source/chart/PropertyMap.hxx b/xmloff/source/chart/PropertyMap.hxx index 023947194930..6363fa26af2a 100644 --- a/xmloff/source/chart/PropertyMap.hxx +++ b/xmloff/source/chart/PropertyMap.hxx @@ -299,10 +299,10 @@ SvXMLEnumMapEntry aXMLChartInterpolationTypeEnumMap[] = { ::xmloff::token::XML_STEP_CENTER_Y, 6 }, // the GNM values should only be used for reading Gnumeric ods files // they should never be used for writing ods file - { ::xmloff::token::XML_GNM_STEP_START, 7 }, - { ::xmloff::token::XML_GNM_STEP_END, 8 }, - { ::xmloff::token::XML_GNM_STEP_CENTER_X, 9 }, - { ::xmloff::token::XML_GNM_STEP_CENTER_Y, 10 }, + { ::xmloff::token::XML_GNM_STEP_START, 3 }, + { ::xmloff::token::XML_GNM_STEP_END, 4 }, + { ::xmloff::token::XML_GNM_STEP_CENTER_X, 5 }, + { ::xmloff::token::XML_GNM_STEP_CENTER_Y, 6 }, { ::xmloff::token::XML_TOKEN_INVALID, 0 } }; -- cgit