diff options
-rw-r--r-- | xmloff/dtd/drawing.mod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmloff/dtd/drawing.mod b/xmloff/dtd/drawing.mod index dd5bcdd8bb4c..58b49d9be1f7 100644 --- a/xmloff/dtd/drawing.mod +++ b/xmloff/dtd/drawing.mod @@ -1,5 +1,5 @@ <!-- - $Id: drawing.mod,v 1.72 2002-01-11 11:31:41 dvo Exp $ + $Id: drawing.mod,v 1.73 2002-01-17 13:57:01 mib Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -213,6 +213,7 @@ <!ATTLIST draw:control draw:layer %layerName; #IMPLIED> <!ELEMENT draw:g ( office:events?, (%shapes;)* ) > +<!ATTLIST draw:g svg:y %coordinate; #IMPLIED> <!ATTLIST draw:g %draw-transform; > <!ATTLIST draw:g %draw-style-name; > <!ATTLIST draw:g %zindex;> |