summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-09-04 08:19:04 +0000
committerOliver Bolte <obo@openoffice.org>2003-09-04 08:19:04 +0000
commite7e380f81a7c507644b5e4775705d5cc049395e9 (patch)
treeaf47dc0c280775cbb4a2920c21749f55e27ada6f /xmlscript
parentcb357006598ab408fb0571bb4e0790638448f5b2 (diff)
INTEGRATION: CWS cliuno01 (1.1.52); FILE MERGED
2003/08/19 14:36:12 dbo 1.1.52.1: #110159# revised API
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/inc/xmlscript/xmlns.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/xmlscript/inc/xmlscript/xmlns.h b/xmlscript/inc/xmlscript/xmlns.h
index a40afd98af25..78224a6791c6 100644
--- a/xmlscript/inc/xmlscript/xmlns.h
+++ b/xmlscript/inc/xmlscript/xmlns.h
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlns.h,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dbo $ $Date: 2001-08-07 10:55:46 $
+ * last change: $Author: obo $ $Date: 2003-09-04 09:19:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,19 +62,15 @@
#define _XMLSCRIPT_XMLNS_H_
#define XMLNS_DIALOGS_URI "http://openoffice.org/2000/dialog"
-#define XMLNS_DIALOGS_UID 1
#define XMLNS_DIALOGS_PREFIX "dlg"
#define XMLNS_SCRIPT_URI "http://openoffice.org/2000/script"
-#define XMLNS_SCRIPT_UID 2
#define XMLNS_SCRIPT_PREFIX "script"
#define XMLNS_LIBRARY_URI "http://openoffice.org/2000/library"
-#define XMLNS_LIBRARY_UID 3
#define XMLNS_LIBRARY_PREFIX "library"
#define XMLNS_XLINK_URI "http://www.w3.org/1999/xlink"
-#define XMLNS_XLINK_UID 4
#define XMLNS_XLINK_PREFIX "xlink"
#endif