diff options
author | Martin Gallwey <mtg@openoffice.org> | 2001-03-14 13:29:26 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2001-03-14 13:29:26 +0000 |
commit | 4839659ea82d2fbcc9225782be1a7e537acf8604 (patch) | |
tree | f466cf92e861dc4ac03358ad64f60eab8abd3a55 | |
parent | 0b8a8c029cfd40c4bf23deb34291adcd8c5ecef0 (diff) |
Updated to reflect addition of CONFIG namespace
-rw-r--r-- | xmloff/inc/xmlnmspe.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/inc/xmlnmspe.hxx b/xmloff/inc/xmlnmspe.hxx index fa6f42e28963..7beadf2d5fe8 100644 --- a/xmloff/inc/xmlnmspe.hxx +++ b/xmloff/inc/xmlnmspe.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlnmspe.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: sab $ $Date: 2001-03-09 19:12:04 $ + * last change: $Author: mtg $ $Date: 2001-03-14 14:29:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -98,7 +98,7 @@ XML_NAMESPACE( BLOCKLIST, 17U ) XML_NAMESPACE( FRAMEWORK, 18U ) XML_NAMESPACE( CONFIG, 19U ) -#define _XML_OLD_NAMESPACE_BASE 19U +#define _XML_OLD_NAMESPACE_BASE 20U // namespaces used in the technical preview (SO 5.2) XML_OLD_NAMESPACE( FO, 0U ) |