diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-11-08 16:05:41 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-11-08 16:05:41 +0000 |
commit | 499cc520318a38b11dd8891543ed07deea2a1d0b (patch) | |
tree | 247ba5d64c1caf6436a19b03950888f4914a627f /xmloff | |
parent | 0864547fec1af05b63352b2cc34d36ff36bf71b0 (diff) |
INTEGRATION: CWS swnumtree (1.95.2); FILE MERGED
2005/10/10 11:31:10 od 1.95.2.2: #i45784# - adjustment to make this change compatible
2005/09/27 15:26:42 hbrinkm 1.95.2.1: #i45784# restart-numbering
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/core/xmltoken.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx index eae481008444..f7453762ae29 100644 --- a/xmloff/source/core/xmltoken.cxx +++ b/xmloff/source/core/xmltoken.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmltoken.cxx,v $ * - * $Revision: 1.95 $ + * $Revision: 1.96 $ * - * last change: $Author: rt $ $Date: 2005-09-09 13:39:01 $ + * last change: $Author: rt $ $Date: 2005-11-08 17:05:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -2859,6 +2859,9 @@ namespace xmloff { namespace token { TOKEN( "horizontal-on-even", XML_HORIZONTAL_ON_EVEN ), TOKEN( "horizontal-on-odd", XML_HORIZONTAL_ON_ODD ), // <-- + // --> OD 2005-10-10 #i45874# + TOKEN( "restart-numbering", XML_RESTART_NUMBERING), + // <-- #if OSL_DEBUG_LEVEL > 0 { 0, NULL, NULL, XML_TOKEN_END } |