summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/PropertyMaps.cxx
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2000-12-14 11:47:22 +0000
committerBjörn Milcke <bm@openoffice.org>2000-12-14 11:47:22 +0000
commitea0ddec6e8ec1de47a00907cc279e72bf06afa0e (patch)
treebc66a6e7b222999412bd420d4c214e0bacdaa433 /xmloff/source/chart/PropertyMaps.cxx
parent48babf1e5295018c84e57457c84a9b17dfe3dd06 (diff)
regression by power function (monomial) is called 'power' not monomial
Diffstat (limited to 'xmloff/source/chart/PropertyMaps.cxx')
-rw-r--r--xmloff/source/chart/PropertyMaps.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/chart/PropertyMaps.cxx b/xmloff/source/chart/PropertyMaps.cxx
index cd25ad20030d..a590a3cede71 100644
--- a/xmloff/source/chart/PropertyMaps.cxx
+++ b/xmloff/source/chart/PropertyMaps.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: PropertyMaps.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: bm $ $Date: 2000-12-13 17:22:07 $
+ * last change: $Author: bm $ $Date: 2000-12-14 12:47:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -331,7 +331,7 @@ SvXMLEnumMapEntry aXMLChartRegressionCurveTypeEnumMap[] =
{ sXML_logarithmic, chart::ChartRegressionCurveType_LOGARITHM },
{ sXML_exponential, chart::ChartRegressionCurveType_EXPONENTIAL },
{ sXML_polynomial, chart::ChartRegressionCurveType_POLYNOMIAL },
- { sXML_monomial, chart::ChartRegressionCurveType_POWER }
+ { sXML_power, chart::ChartRegressionCurveType_POWER }
};
SvXMLEnumMapEntry aXMLChartSolidTypeEnumMap[] =