summaryrefslogtreecommitdiff
path: root/xmloff/dtd/drawing.mod
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2002-01-17 13:22:05 +0000
committerMichael Brauer <mib@openoffice.org>2002-01-17 13:22:05 +0000
commitbb242436db4a057a54714b94db511d7690cecf8f (patch)
treefdc7b4bef9cb7a121b516879fdf33d727c4f5edf /xmloff/dtd/drawing.mod
parent6cb025d0350679688705977a78d046e12df31312 (diff)
#96606#: Writer required svg:y instead of svg:y1 for draw:line
Diffstat (limited to 'xmloff/dtd/drawing.mod')
-rw-r--r--xmloff/dtd/drawing.mod7
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/dtd/drawing.mod b/xmloff/dtd/drawing.mod
index ede8859ad6fd..da045dc6d959 100644
--- a/xmloff/dtd/drawing.mod
+++ b/xmloff/dtd/drawing.mod
@@ -1,5 +1,5 @@
<!--
- $Id: drawing.mod,v 1.74 2002-01-17 14:11:54 mib Exp $
+ $Id: drawing.mod,v 1.75 2002-01-17 14:22:05 mib Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -96,10 +96,11 @@
<!ATTLIST draw:rect draw:layer %layerName; #IMPLIED>
<!ELEMENT draw:line ( office:events?, %draw-text; )>
-<!ATTLIST draw:line svg:x1 %length; #REQUIRED>
-<!ATTLIST draw:line svg:y1 %length; #REQUIRED>
+<!ATTLIST draw:line svg:x1 %length; #IMPLIED>
+<!ATTLIST draw:line svg:y1 %length; #IMPLIED>
<!ATTLIST draw:line svg:x2 %length; #REQUIRED>
<!ATTLIST draw:line svg:y2 %length; #REQUIRED>
+<!ATTLIST draw:line svg:y %coordinate; #IMPLIED>
<!ATTLIST draw:line %draw-style-name; >
<!ATTLIST draw:line %draw-transform; >
<!ATTLIST draw:line %zindex;>