diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-05-28 09:10:49 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-05-28 09:10:49 +0000 |
commit | db9169fd88b54deeefa5c4d2cdf511ce6f1fed69 (patch) | |
tree | ab4c64167c23911cf88185a355b97718694c7634 /xmloff | |
parent | 02e022c5b008392943ce38332b0b2552118070ee (diff) |
INTEGRATION: CWS calcodfversion (1.123.24); FILE MERGED
2008/04/18 12:46:34 er 1.123.24.2: RESYNC: (1.123-1.125); FILE MERGED
2008/04/09 20:50:23 er 1.123.24.1: #i88113# add XML_NAMESPACE_OF, OpenFormula aka ODFF
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/core/xmltoken.cxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx index 583269dfcc7d..33617ab88185 100644 --- a/xmloff/source/core/xmltoken.cxx +++ b/xmloff/source/core/xmltoken.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: xmltoken.cxx,v $ - * $Revision: 1.126 $ + * $Revision: 1.127 $ * * This file is part of OpenOffice.org. * @@ -3012,6 +3012,10 @@ namespace xmloff { namespace token { TOKEN( "error-lower-range", XML_ERROR_LOWER_RANGE ), TOKEN( "error-upper-range", XML_ERROR_UPPER_RANGE ), + // erAck: 2008-04-09T20:12+0200 OpenFormula aka ODFF + TOKEN( "of", XML_NP_OF ), + TOKEN( "urn:oasis:names:tc:opendocument:xmlns:of:1.2", XML_N_OF ), + #if OSL_DEBUG_LEVEL > 0 { 0, NULL, NULL, XML_TOKEN_END } #else |