diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-08-20 15:32:17 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-08-20 15:32:17 +0000 |
commit | d4d2b98d0d278da553c49ca0a035403ab15388f2 (patch) | |
tree | 403021839ec7c97ad6fdd49f1f588a12481fd3d0 /xmloff | |
parent | fcdc25b8b73f780717e08f1a4c5a2129041ab773 (diff) |
INTEGRATION: CWS calcodfrng (1.110.2); FILE MERGED
2007/08/07 14:39:31 er 1.110.2.1: #i80033# ODF RNG: table:dependency instead of table:dependence
Diffstat (limited to 'xmloff')
-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 9f1db622f777..90d563ca9b44 100644 --- a/xmloff/source/core/xmltoken.cxx +++ b/xmloff/source/core/xmltoken.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmltoken.cxx,v $ * - * $Revision: 1.110 $ + * $Revision: 1.111 $ * - * last change: $Author: hr $ $Date: 2007-08-03 12:53:36 $ + * last change: $Author: ihi $ $Date: 2007-08-20 16:32:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -2951,6 +2951,8 @@ namespace xmloff { namespace token { TOKEN( "soft-page-break", XML_SOFT_PAGE_BREAK ), TOKEN( "use-soft-page-breaks", XML_USE_SOFT_PAGE_BREAKS ), + TOKEN( "dependency", XML_DEPENDENCY ), + #if OSL_DEBUG_LEVEL > 0 { 0, NULL, NULL, XML_TOKEN_END } #else |