summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/PropertyMaps.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-23 10:35:00 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-23 10:35:00 +0000
commita4903679b4eadc26831db8af13c37a0a7f69c33f (patch)
treeaddef5b427acdb18c87fe8154069ab57bc208c1d /xmloff/source/chart/PropertyMaps.cxx
parentb64f576676aca0ce5ee05e32c57ee27584039370 (diff)
INTEGRATION: CWS chart17 (1.50.2); FILE MERGED
2007/11/05 14:47:41 iha 1.50.2.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels
Diffstat (limited to 'xmloff/source/chart/PropertyMaps.cxx')
-rw-r--r--xmloff/source/chart/PropertyMaps.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/xmloff/source/chart/PropertyMaps.cxx b/xmloff/source/chart/PropertyMaps.cxx
index c71c35c908fe..1896a206af6f 100644
--- a/xmloff/source/chart/PropertyMaps.cxx
+++ b/xmloff/source/chart/PropertyMaps.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: PropertyMaps.cxx,v $
*
- * $Revision: 1.50 $
+ * $Revision: 1.51 $
*
- * last change: $Author: vg $ $Date: 2007-10-22 16:32:28 $
+ * last change: $Author: ihi $ $Date: 2007-11-23 11:35:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -173,6 +173,11 @@ const XMLPropertyHandler* XMLChartPropHdlFactory::GetPropertyHandler( sal_Int32
pHdl = new XMLEnumPropertyHdl( aXMLChartSolidTypeEnumMap,
::getCppuType((const sal_Int32*)0) );
break;
+ case XML_SCH_TYPE_LABEL_PLACEMENT_TYPE:
+ // here we have a constant rather than an enum
+ pHdl = new XMLEnumPropertyHdl( aXMLChartDataLabelPlacementEnumMap,
+ ::getCppuType((const sal_Int32*)0) );
+ break;
case XML_SCH_TYPE_DATAROWSOURCE:
pHdl = new XMLEnumPropertyHdl( aXMLChartDataRowSourceTypeEnumMap,
::getCppuType((const chart::ChartDataRowSource*)0) );