summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2000-11-16 15:33:58 +0000
committerChristian Lippka <cl@openoffice.org>2000-11-16 15:33:58 +0000
commit68a256e6eaefad23bfd38358cc6126686a91abbe (patch)
tree41687094769b3f81c8e82547853ea49c9ab33f72
parentcd287d5670b4cf6520df45930b3c37f8f7141980 (diff)
draw:points -> svg:points
-rw-r--r--xmloff/dtd/drawing.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/dtd/drawing.mod b/xmloff/dtd/drawing.mod
index e315fc2a1798..0f6949cec42d 100644
--- a/xmloff/dtd/drawing.mod
+++ b/xmloff/dtd/drawing.mod
@@ -1,5 +1,5 @@
<!--
- $Id: drawing.mod,v 1.7 2000-11-13 14:06:44 cl Exp $
+ $Id: drawing.mod,v 1.8 2000-11-16 16:33:58 cl Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -90,7 +90,7 @@
<!ATTLIST draw:polyline %draw-position; >
<!ATTLIST draw:polyline %draw-size; >
<!ATTLIST draw:polyline %draw-viewbox; >
-<!ATTLIST draw:polyline draw:points %points; #REQUIRED>
+<!ATTLIST draw:polyline svg:points %points; #REQUIRED>
<!ATTLIST draw:polyline %draw-style-name; >
<!ATTLIST draw:polyline %draw-transform; >
@@ -98,7 +98,7 @@
<!ATTLIST draw:polygon %draw-position; >
<!ATTLIST draw:polygon %draw-size; >
<!ATTLIST draw:polygon %draw-viewbox; >
-<!ATTLIST draw:polygon draw:points %points; #REQUIRED >
+<!ATTLIST draw:polygon svg:points %points; #REQUIRED >
<!ATTLIST draw:polygon %draw-style-name; >
<!ATTLIST draw:polygon %draw-transform; >