summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2001-10-23 09:02:41 +0000
committerBjörn Milcke <bm@openoffice.org>2001-10-23 09:02:41 +0000
commit1ffe0d5c974fdae9d46587f40a69d28810a72b42 (patch)
treec50871543065226d2f6d4da3b4c71bc6740bfdc5 /xmloff/inc
parentf5d2e3a1ce722b838892b089d6a7f4234ffd3f61 (diff)
#93509# series rearrangement: new attributes column-mapping / row-mapping for chart element
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/SchXMLImport.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/inc/SchXMLImport.hxx b/xmloff/inc/SchXMLImport.hxx
index 0db0f23dabc8..59eaf7ad770d 100644
--- a/xmloff/inc/SchXMLImport.hxx
+++ b/xmloff/inc/SchXMLImport.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: SchXMLImport.hxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: bm $ $Date: 2001-09-14 11:19:34 $
+ * last change: $Author: bm $ $Date: 2001-10-23 09:58:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -137,7 +137,9 @@ enum SchXMLChartAttrMap
XML_TOK_CHART_WIDTH,
XML_TOK_CHART_HEIGHT,
XML_TOK_CHART_STYLE_NAME,
- XML_TOK_CHART_ADDIN_NAME
+ XML_TOK_CHART_ADDIN_NAME,
+ XML_TOK_CHART_COL_MAPPING,
+ XML_TOK_CHART_ROW_MAPPING
};
enum SchXMLPlotAreaAttrTokenMap