diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-08-28 12:34:08 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-08-28 12:34:08 +0000 |
commit | f1fb2f54e6b8900735288d5c0e35db800f5b6d30 (patch) | |
tree | 144383feadbda4ea8f1d8d2550c076bbe4c21f06 /xmloff/source/core | |
parent | 7ab11a98324c6ece74cf772a1edeba543f80adc1 (diff) |
INTEGRATION: CWS navorder (1.105.22); FILE MERGED
2007/07/05 14:34:18 af 1.105.22.2: RESYNC: (1.105-1.107); FILE MERGED
2007/06/21 13:35:44 cl 1.105.22.1: #i68097# added draw:nav-order attribute
Diffstat (limited to 'xmloff/source/core')
-rw-r--r-- | xmloff/source/core/xmltoken.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx index 90d563ca9b44..4a394ccd31c3 100644 --- a/xmloff/source/core/xmltoken.cxx +++ b/xmloff/source/core/xmltoken.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmltoken.cxx,v $ * - * $Revision: 1.111 $ + * $Revision: 1.112 $ * - * last change: $Author: ihi $ $Date: 2007-08-20 16:32:17 $ + * last change: $Author: vg $ $Date: 2007-08-28 13:34:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -2953,6 +2953,8 @@ namespace xmloff { namespace token { TOKEN( "dependency", XML_DEPENDENCY ), + TOKEN( "nav-order", XML_NAV_ORDER ), + #if OSL_DEBUG_LEVEL > 0 { 0, NULL, NULL, XML_TOKEN_END } #else |