summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-11-26 18:29:17 +0000
committerRüdiger Timm <rt@openoffice.org>2004-11-26 18:29:17 +0000
commit7e73484cc03407133fa6a6c7a838ab179a62f35b (patch)
tree54467ece96f49baa66f117fba444ba40e74ff3bc /xmloff/inc
parent69411300b1e3793da54a720810dfc77cc9b74350 (diff)
INTEGRATION: CWS presentationengine01 (1.9.268); FILE MERGED
2004/11/26 13:02:18 thb 1.9.268.8: RESYNC: (1.13-1.14); FILE MERGED 2004/11/17 19:06:01 thb 1.9.268.7: RESYNC: (1.12-1.13); FILE MERGED 2004/09/22 16:44:29 cl 1.9.268.6: smil spec update 2004/08/23 11:56:31 thb 1.9.268.5: RESYNC: (1.11-1.12); FILE MERGED 2004/08/23 08:39:00 cl 1.9.268.4: resolved merge conflicts 2004/07/23 12:11:09 thb 1.9.268.3: RESYNC: (1.10-1.11); FILE MERGED 2004/07/06 12:49:24 thb 1.9.268.2: RESYNC: (1.9-1.10); FILE MERGED 2004/04/16 12:25:46 cl 1.9.268.1: smil support for impress
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/xmlnmspe.hxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/xmloff/inc/xmlnmspe.hxx b/xmloff/inc/xmlnmspe.hxx
index fb65437b78a0..4c058502ea16 100644
--- a/xmloff/inc/xmlnmspe.hxx
+++ b/xmloff/inc/xmlnmspe.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlnmspe.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 13:08:03 $
+ * last change: $Author: rt $ $Date: 2004-11-26 19:29:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -107,8 +107,10 @@ XML_NAMESPACE( DLG, 26U )
XML_NAMESPACE( XFORMS, 27U )
XML_NAMESPACE( XSD, 28U )
XML_NAMESPACE( XSI, 29U )
+XML_NAMESPACE( SMIL, 30U )
+XML_NAMESPACE( ANIMATION, 31U )
-#define _XML_OLD_NAMESPACE_BASE 30U
+#define _XML_OLD_NAMESPACE_BASE 32U
// namespaces used in the technical preview (SO 5.2)
XML_OLD_NAMESPACE( FO, 0U )
@@ -120,7 +122,4 @@ XML_OLD_NAMESPACE( TEXT, 4U )
XML_OLD_NAMESPACE( TABLE, 5U )
XML_OLD_NAMESPACE( META, 6U )
-
-
#endif // _XMLOFF_XMLNMSPE_HXX
-