summaryrefslogtreecommitdiff
path: root/xmloff/dtd/drawing.mod
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2000-11-30 09:36:45 +0000
committerChristian Lippka <cl@openoffice.org>2000-11-30 09:36:45 +0000
commitefd094645491d826af109f4f8d0ff96657a8403d (patch)
treea94daaec8c3f9bb598435171e6bfba041128f746 /xmloff/dtd/drawing.mod
parent1cd378c973666e32e4c35ae454a9a6de9c4e9dfa (diff)
#80834# fixed dtd for line-dashes
Diffstat (limited to 'xmloff/dtd/drawing.mod')
-rw-r--r--xmloff/dtd/drawing.mod10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/dtd/drawing.mod b/xmloff/dtd/drawing.mod
index 2a1ccf689e6d..007b9b57e823 100644
--- a/xmloff/dtd/drawing.mod
+++ b/xmloff/dtd/drawing.mod
@@ -1,5 +1,5 @@
<!--
- $Id: drawing.mod,v 1.13 2000-11-29 11:41:58 cl Exp $
+ $Id: drawing.mod,v 1.14 2000-11-30 10:36:45 cl Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -181,10 +181,10 @@
<!ATTLIST draw:caption %zindex;>
<!ELEMENT draw:measure %draw-text;>
-<!ATTLIST draw:connector svg:x1 %coordinate; #REQUIRED>
-<!ATTLIST draw:connector svg:y1 %coordinate; #REQUIRED>
-<!ATTLIST draw:connector svg:x2 %coordinate; #REQUIRED>
-<!ATTLIST draw:connector svg:y2 %coordinate; #REQUIRED>
+<!ATTLIST draw:measure svg:x1 %coordinate; #REQUIRED>
+<!ATTLIST draw:measure svg:y1 %coordinate; #REQUIRED>
+<!ATTLIST draw:measure svg:x2 %coordinate; #REQUIRED>
+<!ATTLIST draw:measure svg:y2 %coordinate; #REQUIRED>
<!ATTLIST draw:measure %draw-end-position; >
<!ATTLIST draw:measure %draw-style-name; >
<!ATTLIST draw:measure %draw-transform; >