summaryrefslogtreecommitdiff
path: root/xmloff/dtd/drawing.mod
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2002-01-17 12:57:01 +0000
committerMichael Brauer <mib@openoffice.org>2002-01-17 12:57:01 +0000
commitc344492ba5099ce9f98353012f34a8f01407c9ee (patch)
treecdf6643fde296e206ebf686502d3c5a27eaef012 /xmloff/dtd/drawing.mod
parenta6a7a587b628075169ac0813482d63322d282bf9 (diff)
#96605#: svg:y was missing for draw:g
Diffstat (limited to 'xmloff/dtd/drawing.mod')
-rw-r--r--xmloff/dtd/drawing.mod3
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;>