summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-03 12:22:29 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-03 12:22:29 +0000
commit6173fd2b853c9c21e0934939de0086894cec0395 (patch)
tree3afa16bc0257e611a10a69387982ca5cf070dd1a /xmloff
parentfb9e64538a309aae4bbf4c03ca849fb0068905f6 (diff)
INTEGRATION: CWS chart06 (1.24.12); FILE MERGED
2007/06/22 12:05:27 iha 1.24.12.2: RESYNC: (1.24-1.25); FILE MERGED 2007/06/11 09:01:46 iha 1.24.12.1: #i67754# right-angled-axes option for 3D charts
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/chart/PropertyMap.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/chart/PropertyMap.hxx b/xmloff/source/chart/PropertyMap.hxx
index 03b89dcdfed4..98437d0cc3f2 100644
--- a/xmloff/source/chart/PropertyMap.hxx
+++ b/xmloff/source/chart/PropertyMap.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: PropertyMap.hxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 14:46:23 $
+ * last change: $Author: rt $ $Date: 2007-07-03 13:22:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -161,6 +161,7 @@ const XMLPropertyMapEntry aXMLChartPropMap[] =
// plot-area properties
MAP_ENTRY( "DataRowSource", CHART, XML_SERIES_SOURCE, XML_SCH_TYPE_DATAROWSOURCE ),
MAP_ENTRY( "SortByXValues", CHART, XML_SORT_BY_X_VALUES, XML_TYPE_BOOL ),
+ MAP_ENTRY( "RightAngledAxes", CHART, XML_RIGHT_ANGLED_AXES, XML_TYPE_BOOL ),
// axis properties
MAP_ENTRY( "DisplayLabels", CHART, XML_DISPLAY_LABEL, XML_TYPE_BOOL ),