diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-09 11:12:57 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-09 11:12:57 +0000 |
commit | 5b9d6ae83f45e862767406134bfb93184672d54e (patch) | |
tree | f55e8c79f4dc3a45b4fbe0aeb2ebef6d01d729b6 | |
parent | c4b8ef607d2d8d874e37d78bca8fc356b119137c (diff) |
INTEGRATION: CWS oasisbf1 (1.12.2); FILE MERGED
2004/09/14 17:07:32 toconnor 1.12.2.1: #i33735# export of bindings to Scripting Framework macros and dlg:border
attributes from Oasis to OOo
-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 91f0ecfaa568..352e266e82b9 100644 --- a/xmloff/inc/xmlnmspe.hxx +++ b/xmloff/inc/xmlnmspe.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlnmspe.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: hr $ $Date: 2004-08-02 14:11:22 $ + * last change: $Author: hr $ $Date: 2004-11-09 12:12:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -103,8 +103,9 @@ XML_NAMESPACE( OOOC, 22U ) XML_NAMESPACE( DOM, 23U ) XML_NAMESPACE( TCD, 24U ) // text conversion dictionary XML_NAMESPACE( DB, 25U ) +XML_NAMESPACE( DLG, 26U ) -#define _XML_OLD_NAMESPACE_BASE 26U +#define _XML_OLD_NAMESPACE_BASE 27U // namespaces used in the technical preview (SO 5.2) XML_OLD_NAMESPACE( FO, 0U ) |