summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-06-12 14:44:20 +0000
committerChristian Lippka <cl@openoffice.org>2001-06-12 14:44:20 +0000
commitfc05bafa07b382e7e15e0237a226a2f6a5f145c3 (patch)
tree74c72a032522a0981ff07f7f92cac4e99139dda1
parentc18ddca1dc1ceb0e0538feb586a2b5eb3ed73006 (diff)
#88125# fixed dtd for applet params
-rw-r--r--xmloff/dtd/drawing.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/dtd/drawing.mod b/xmloff/dtd/drawing.mod
index 2930e7363880..d709d0fd7c77 100644
--- a/xmloff/dtd/drawing.mod
+++ b/xmloff/dtd/drawing.mod
@@ -1,5 +1,5 @@
<!--
- $Id: drawing.mod,v 1.58 2001-06-11 14:28:58 cl Exp $
+ $Id: drawing.mod,v 1.59 2001-06-12 15:44:20 cl Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -803,7 +803,7 @@
<!-- Paramaters -->
<!ELEMENT draw:param EMPTY>
<!ATTLIST draw:param draw:name CDATA #IMPLIED>
-<!ATTLIST draw:param draw:name CDATA #IMPLIED>
+<!ATTLIST draw:param draw:value CDATA #IMPLIED>
<!-- Floating Frames -->
<!ELEMENT draw:floating-frame (svg:desc?)>