diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-11-14 08:12:56 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-11-14 08:12:56 +0000 |
commit | d477d61f261c0ec9aab291b9085e7c7e832f013f (patch) | |
tree | c38f4608b0edd35cce57e07ed82c92c4d16c73de | |
parent | f18f2a0befbbc22fedbc0512322ee02c8464a7fe (diff) |
INTEGRATION: CWS knumber (1.95.44); FILE MERGED
2005/11/14 08:58:49 flr 1.95.44.1: #i52127# implement first step of numbered-paragraph
-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 f7453762ae29..c45c3e649c1b 100644 --- a/xmloff/source/core/xmltoken.cxx +++ b/xmloff/source/core/xmltoken.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmltoken.cxx,v $ * - * $Revision: 1.96 $ + * $Revision: 1.97 $ * - * last change: $Author: rt $ $Date: 2005-11-08 17:05:41 $ + * last change: $Author: rt $ $Date: 2005-11-14 09:12:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -2862,6 +2862,9 @@ namespace xmloff { namespace token { // --> OD 2005-10-10 #i45874# TOKEN( "restart-numbering", XML_RESTART_NUMBERING), // <-- + // -> FLR #i52127# + TOKEN( "numbered-paragraph", XML_NUMBERED_PARAGRAPH), + // <-- #if OSL_DEBUG_LEVEL > 0 { 0, NULL, NULL, XML_TOKEN_END } |