diff options
author | Caolán McNamara <cmc@openoffice.org> | 2000-11-14 08:49:42 +0000 |
---|---|---|
committer | Caolán McNamara <cmc@openoffice.org> | 2000-11-14 08:49:42 +0000 |
commit | c30a5a4dfc4ac872c140250901116e12ba5c410c (patch) | |
tree | b4b94838ffc00b1f14ffaecb971ea79518869ed6 /xmloff/inc/xmlnmspe.hxx | |
parent | 808f82245301d1cd4e1438989835ceef529ebf75 (diff) |
MathML namespace
Diffstat (limited to 'xmloff/inc/xmlnmspe.hxx')
-rw-r--r-- | xmloff/inc/xmlnmspe.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/inc/xmlnmspe.hxx b/xmloff/inc/xmlnmspe.hxx index 1013d78be167..25e9d849d53e 100644 --- a/xmloff/inc/xmlnmspe.hxx +++ b/xmloff/inc/xmlnmspe.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlnmspe.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:07:02 $ + * last change: $Author: cmc $ $Date: 2000-11-14 09:49:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,8 +90,9 @@ XML_NAMESPACE( NUMBER, 9U ) XML_NAMESPACE( PRESENTATION, 10U ) XML_NAMESPACE( SVG, 11U ) XML_NAMESPACE( CHART, 12U ) +XML_NAMESPACE( MATH, 13U ) -#define _XML_OLD_NAMESPACE_BASE 13U +#define _XML_OLD_NAMESPACE_BASE 14U // namespaces used in the technical preview (SO 5.2) XML_OLD_NAMESPACE( FO, 0U ) |