diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-09 11:33:43 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-09 11:33:43 +0000 |
commit | 061300e4d038350b89e2eac12e241577d1b0f93b (patch) | |
tree | 5c9827fc681778b88d3991b6ef83a19523b27f12 /xmlscript | |
parent | a79fc5374d53c758edba4d123e65c212b4e57048 (diff) |
INTEGRATION: CWS xmlbasic (1.2.46); FILE MERGED
2004/10/21 10:31:30 tbe 1.2.46.2: #i22747# XML filter adaptors and macros
2004/09/30 10:59:02 tbe 1.2.46.1: #i22747# XML filter adaptors and macros
Diffstat (limited to 'xmlscript')
-rw-r--r-- | xmlscript/inc/xmlscript/xmlns.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmlscript/inc/xmlscript/xmlns.h b/xmlscript/inc/xmlscript/xmlns.h index 78224a6791c6..4a10a56c67e2 100644 --- a/xmlscript/inc/xmlscript/xmlns.h +++ b/xmlscript/inc/xmlscript/xmlns.h @@ -2,9 +2,9 @@ * * $RCSfile: xmlns.h,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2003-09-04 09:19:04 $ + * last change: $Author: hr $ $Date: 2004-11-09 12:33:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,6 +67,9 @@ #define XMLNS_SCRIPT_URI "http://openoffice.org/2000/script" #define XMLNS_SCRIPT_PREFIX "script" +#define XMLNS_OOO_URI "http://openoffice.org/2004/office" +#define XMLNS_OOO_PREFIX "ooo" + #define XMLNS_LIBRARY_URI "http://openoffice.org/2000/library" #define XMLNS_LIBRARY_PREFIX "library" |