From 41c4d717aa64564d00b84f3f60b0d485c0e0f9fb Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 6 Mar 2008 16:16:24 +0000 Subject: [PATCH] INTEGRATION: CWS chart20_DEV300 (1.13.6); FILE MERGED 2008/02/21 15:59:48 bm 1.13.6.1: #i366# error bars from cell ranges --- xmloff/inc/xmloff/xmltoken.hxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/xmloff/inc/xmloff/xmltoken.hxx b/xmloff/inc/xmloff/xmltoken.hxx index e61daca600da..44975a0c496b 100644 --- a/xmloff/inc/xmloff/xmltoken.hxx +++ b/xmloff/inc/xmloff/xmltoken.hxx @@ -4,9 +4,9 @@ * * $RCSfile: xmltoken.hxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: kz $ $Date: 2008-03-06 10:32:58 $ + * last change: $Author: kz $ $Date: 2008-03-06 17:16:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -2995,6 +2995,10 @@ namespace xmloff { namespace token { XML_NOTHING, XML_LIST_TAB_STOP_POSITION, // <-- + XML_STANDARD_ERROR, + XML_CELL_RANGE, + XML_ERROR_LOWER_RANGE, + XML_ERROR_UPPER_RANGE, XML_TOKEN_END };