diff options
author | Christian Lippka <cl@openoffice.org> | 2000-11-09 12:58:09 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2000-11-09 12:58:09 +0000 |
commit | 198c6f33c852f46646abb75a480e2126502fc12d (patch) | |
tree | 217ebb0dd32d3e801bd8fa15261e3b0aecf73d59 /xmloff/dtd/drawing.mod | |
parent | 5ea202522ab68cfae59ae22ce05261674c52ad47 (diff) |
#80144# fixed some syntax errors
Diffstat (limited to 'xmloff/dtd/drawing.mod')
-rw-r--r-- | xmloff/dtd/drawing.mod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/dtd/drawing.mod b/xmloff/dtd/drawing.mod index 5cfb83420d27..aab6a3bab355 100644 --- a/xmloff/dtd/drawing.mod +++ b/xmloff/dtd/drawing.mod @@ -1,5 +1,5 @@ <!-- - $Id: drawing.mod,v 1.5 2000-11-06 14:43:09 cl Exp $ + $Id: drawing.mod,v 1.6 2000-11-09 13:58:09 cl Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -124,9 +124,9 @@ <!ATTLIST draw:ellipse %draw-style-name; > <!ATTLIST draw:ellipse %draw-transform; > -<!ELEMENT draw:connector text:p*> +<!ELEMENT draw:connector (text:p)*> <!ATTLIST draw:connector draw:line-skew CDATA #IMPLIED> -<!ATTLIST draw:connector %draw-style-name> +<!ATTLIST draw:connector %draw-style-name;> <!ATTLIST draw:connector draw:start-x %coordinate; #IMPLIED> <!ATTLIST draw:connector draw:start-y %coordinate; #IMPLIED> <!ATTLIST draw:connector draw:start-shape %shapeId; #IMPLIED> |