diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-05-28 09:05:45 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-05-28 09:05:45 +0000 |
commit | f9711315ca6157d9e76cc50933a9e96057d3a229 (patch) | |
tree | 309e2368cdfa3d3d747acc232502be2386b9ad67 /xmloff | |
parent | aed92a28f6eafc4130658b0e24eb956b3fca7a4a (diff) |
INTEGRATION: CWS calcodfversion (1.18.162); FILE MERGED
2008/04/18 12:44:46 er 1.18.162.2: RESYNC: (1.18-1.19); FILE MERGED
2008/04/09 20:50:22 er 1.18.162.1: #i88113# add XML_NAMESPACE_OF, OpenFormula aka ODFF
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/xmlnmspe.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/inc/xmlnmspe.hxx b/xmloff/inc/xmlnmspe.hxx index 116f42674c50..2453a191a575 100644 --- a/xmloff/inc/xmlnmspe.hxx +++ b/xmloff/inc/xmlnmspe.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: xmlnmspe.hxx,v $ - * $Revision: 1.19 $ + * $Revision: 1.20 $ * * This file is part of OpenOffice.org. * @@ -78,8 +78,9 @@ XML_NAMESPACE( SMIL, 30U ) XML_NAMESPACE( ANIMATION, 31U ) XML_NAMESPACE( XML, 32U ) // TODO: This 'implicit' namespace is not yet used XML_NAMESPACE( REPORT, 33U ) +XML_NAMESPACE( OF, 34U ) // OpenFormula aka ODFF -#define _XML_OLD_NAMESPACE_BASE 34U +#define _XML_OLD_NAMESPACE_BASE 35U // namespaces used in the technical preview (SO 5.2) XML_OLD_NAMESPACE( FO, 0U ) |