summaryrefslogtreecommitdiff
path: root/xmloff/source/core
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-03 12:22:45 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-03 12:22:45 +0000
commit1dbe335cf6defe3b63e8e82c6bd0827f2472671c (patch)
tree6680fe92101655728a4d76f9e97a9f5adc508ec7 /xmloff/source/core
parent6173fd2b853c9c21e0934939de0086894cec0395 (diff)
INTEGRATION: CWS chart06 (1.105.12); FILE MERGED
2007/06/11 09:01:05 iha 1.105.12.1: #i67754# right-angled-axes option for 3D charts
Diffstat (limited to 'xmloff/source/core')
-rw-r--r--xmloff/source/core/xmltoken.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx
index fbec1a6394b1..31fbdd8798de 100644
--- a/xmloff/source/core/xmltoken.cxx
+++ b/xmloff/source/core/xmltoken.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmltoken.cxx,v $
*
- * $Revision: 1.106 $
+ * $Revision: 1.107 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 14:58:26 $
+ * last change: $Author: rt $ $Date: 2007-07-03 13:22:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -2871,6 +2871,7 @@ namespace xmloff { namespace token {
TOKEN( "numbered-paragraph", XML_NUMBERED_PARAGRAPH),
// <--
TOKEN( "sort-by-x-values", XML_SORT_BY_X_VALUES ),
+ TOKEN( "right-angled-axes", XML_RIGHT_ANGLED_AXES ),
#if OSL_DEBUG_LEVEL > 0
{ 0, NULL, NULL, XML_TOKEN_END }