summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/transporttypes.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-15 11:35:32 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-15 11:35:32 +0000
commit751d702acbefe4fa0c415963f121fc3fdd2e80c1 (patch)
treea055812a30c41782c033ffbf572d10e25a495041 /xmloff/source/chart/transporttypes.hxx
parent6115e0e09cf4633f4aadce5d7cd12f005d2ebbbc (diff)
INTEGRATION: CWS schoasis02 (1.3.432); FILE MERGED
2004/11/03 17:12:23 bm 1.3.432.1: #i36581# chart axis class -> dimension
Diffstat (limited to 'xmloff/source/chart/transporttypes.hxx')
-rw-r--r--xmloff/source/chart/transporttypes.hxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/xmloff/source/chart/transporttypes.hxx b/xmloff/source/chart/transporttypes.hxx
index 80b822a4241a..5a416e475e52 100644
--- a/xmloff/source/chart/transporttypes.hxx
+++ b/xmloff/source/chart/transporttypes.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: transporttypes.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: bm $ $Date: 2001-03-27 13:24:46 $
+ * last change: $Author: obo $ $Date: 2004-11-15 12:35:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -120,10 +120,9 @@ struct SchNumericCellRangeAddress
enum SchXMLAxisClass
{
- SCH_XML_AXIS_CATEGORY,
- SCH_XML_AXIS_DOMAIN,
- SCH_XML_AXIS_VALUE,
- SCH_XML_AXIS_SERIES,
+ SCH_XML_AXIS_X,
+ SCH_XML_AXIS_Y,
+ SCH_XML_AXIS_Z,
SCH_XML_AXIS_UNDEF
};