summaryrefslogtreecommitdiff
path: root/extensions/source/svg
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-09 08:08:19 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-09 08:08:19 +0000
commit71f0a8c186573771e9617995f98caee7c027cc5b (patch)
tree3b7a4c0de9c59015fc61bc56419734eea9d7b79d /extensions/source/svg
parentb6f58995e1997fd4779710605a3e115a9f85813f (diff)
INTEGRATION: CWS svg02 (1.3.374); FILE MERGED
2004/09/02 09:53:58 ka 1.3.374.1: #i14790#: update to latest DTD
Diffstat (limited to 'extensions/source/svg')
-rw-r--r--extensions/source/svg/svgcom.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/svg/svgcom.hxx b/extensions/source/svg/svgcom.hxx
index 50345fdd6..44ad027b9 100644
--- a/extensions/source/svg/svgcom.hxx
+++ b/extensions/source/svg/svgcom.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svgcom.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: ka $ $Date: 2001-11-21 12:28:09 $
+ * last change: $Author: rt $ $Date: 2004-09-09 09:08:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -128,6 +128,6 @@
#define SEQ( _def_Obj ) NMSP_UNO::Sequence< _def_Obj >
#define ANY NMSP_UNO::Any
#define B2UCONST( _def_pChar ) (NMSP_RTL::OUString(RTL_CONSTASCII_USTRINGPARAM(_def_pChar )))
-#define SVG_DTD_STRING B2UCONST( "<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.0//EN\" \"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd\">" )
+#define SVG_DTD_STRING B2UCONST( "<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\" \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\">" )
#endif // _SYNCCOM_HXX