summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/PropertyMaps.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 14:42:58 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 14:42:58 +0000
commit464ac430756ae8727fc9c78965ae90cd53232ee5 (patch)
tree5ef112a39ee21380e4764df1bdc0535a2f799f70 /xmloff/source/chart/PropertyMaps.cxx
parentfd394c2fb98c698fe0fe87580244ea83c4a3610d (diff)
INTEGRATION: CWS chart20_DEV300 (1.51.74); FILE MERGED
2008/02/21 15:59:48 bm 1.51.74.1: #i366# error bars from cell ranges
Diffstat (limited to 'xmloff/source/chart/PropertyMaps.cxx')
-rw-r--r--xmloff/source/chart/PropertyMaps.cxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/xmloff/source/chart/PropertyMaps.cxx b/xmloff/source/chart/PropertyMaps.cxx
index 1896a206af6f..ed06008bc299 100644
--- a/xmloff/source/chart/PropertyMaps.cxx
+++ b/xmloff/source/chart/PropertyMaps.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: PropertyMaps.cxx,v $
*
- * $Revision: 1.51 $
+ * $Revision: 1.52 $
*
- * last change: $Author: ihi $ $Date: 2007-11-23 11:35:00 $
+ * last change: $Author: kz $ $Date: 2008-03-06 15:42:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -151,9 +151,10 @@ const XMLPropertyHandler* XMLChartPropHdlFactory::GetPropertyHandler( sal_Int32
::getCppuType((const chart::ChartAxisArrangeOrderType*)0) );
break;
- case XML_SCH_TYPE_ERROR_CATEGORY:
- pHdl = new XMLEnumPropertyHdl( aXMLChartErrorCategoryEnumMap,
- ::getCppuType((const chart::ChartErrorCategory*)0) );
+ case XML_SCH_TYPE_ERROR_BAR_STYLE:
+ // here we have a constant rather than an enum
+ pHdl = new XMLEnumPropertyHdl( aXMLChartErrorBarStyleEnumMap,
+ ::getCppuType((const sal_Int32*)0) );
break;
case XML_SCH_TYPE_REGRESSION_TYPE: