diff options
author | Michael Brauer <mib@openoffice.org> | 2002-01-17 13:11:54 +0000 |
---|---|---|
committer | Michael Brauer <mib@openoffice.org> | 2002-01-17 13:11:54 +0000 |
commit | 6cb025d0350679688705977a78d046e12df31312 (patch) | |
tree | f5a0f078150515ffd4bce40305cb702df41a9f40 /xmloff/dtd | |
parent | a1ce54eb450addd30e91dbe7bb81691a99a4439e (diff) |
#96606#: svg:points -> draw:points for draw:contour-polygon
Diffstat (limited to 'xmloff/dtd')
-rw-r--r-- | xmloff/dtd/drawing.mod | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/dtd/drawing.mod b/xmloff/dtd/drawing.mod index 58b49d9be1f7..ede8859ad6fd 100644 --- a/xmloff/dtd/drawing.mod +++ b/xmloff/dtd/drawing.mod @@ -1,5 +1,5 @@ <!-- - $Id: drawing.mod,v 1.73 2002-01-17 13:57:01 mib Exp $ + $Id: drawing.mod,v 1.74 2002-01-17 14:11:54 mib Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -643,13 +643,15 @@ <!ATTLIST draw:contour-polygon svg:width %coordinate; #REQUIRED> <!ATTLIST draw:contour-polygon svg:height %coordinate; #REQUIRED> <!ATTLIST draw:contour-polygon %draw-viewbox;> -<!ATTLIST draw:contour-polygon svg:points %points; #REQUIRED> +<!ATTLIST draw:contour-polygon draw:points %points; #REQUIRED> +<!ATTLIST draw:contour-polygon draw:recreate-on-edit %boolean; #IMPLIED> <!ELEMENT draw:contour-path EMPTY> <!ATTLIST draw:contour-path svg:width %coordinate; #REQUIRED> <!ATTLIST draw:contour-path svg:height %coordinate; #REQUIRED> <!ATTLIST draw:contour-path %draw-viewbox;> <!ATTLIST draw:contour-path svg:d %pathData; #REQUIRED> +<!ATTLIST draw:contour-path draw:recreate-on-edit %boolean; #IMPLIED> <!-- hyperlink --> <!ELEMENT draw:a (draw:image|draw:text-box)> |