summaryrefslogtreecommitdiff
path: root/xmloff/dtd/drawing.mod
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2000-12-05 17:22:15 +0000
committerChristian Lippka <cl@openoffice.org>2000-12-05 17:22:15 +0000
commita37e3d292f0ff36d27365cf51e666a5b6f2a583e (patch)
treec3207a4d940b22012d43aefd6cecb7597910dc53 /xmloff/dtd/drawing.mod
parentc1be62689e835f2c216d67cd281af696dcbc09fa (diff)
#80841# fixed transparency for shapes
Diffstat (limited to 'xmloff/dtd/drawing.mod')
-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 002c18619203..98ec717b39d4 100644
--- a/xmloff/dtd/drawing.mod
+++ b/xmloff/dtd/drawing.mod
@@ -1,5 +1,5 @@
<!--
- $Id: drawing.mod,v 1.16 2000-12-05 18:00:47 cl Exp $
+ $Id: drawing.mod,v 1.17 2000-12-05 18:22:15 cl Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -222,8 +222,8 @@
<!ELEMENT draw:transparency EMPTY>
<!ATTLIST draw:transparency draw:name %styleName; #REQUIRED>
<!ATTLIST draw:transparency draw:style %gradient-style; #REQUIRED>
-<!ATTLIST draw:transparency svg:cx %coordinate; #IMPLIED>
-<!ATTLIST draw:transparency svg:cy %coordinate; #IMPLIED>
+<!ATTLIST draw:transparency draw:cx %coordinate; #IMPLIED>
+<!ATTLIST draw:transparency draw:cy %coordinate; #IMPLIED>
<!ATTLIST draw:transparency draw:start %percentage; #IMPLIED>
<!ATTLIST draw:transparency draw:end %percentage; #IMPLIED>
<!ATTLIST draw:transparency draw:angle %integer; #IMPLIED>