diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2001-09-20 16:47:53 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2001-09-20 16:47:53 +0000 |
commit | 08ec80c7af7f4fae1d2593ba1ed404d53bd5b18e (patch) | |
tree | 6973ad218e1df75d00f1d20299958e488d2b9032 /xmloff/dtd/drawing.mod | |
parent | b193bc872da5b1ce33164bbbd9b77d54b7da2095 (diff) |
#92280# fixed DTD
Diffstat (limited to 'xmloff/dtd/drawing.mod')
-rw-r--r-- | xmloff/dtd/drawing.mod | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/dtd/drawing.mod b/xmloff/dtd/drawing.mod index d3981968fa7f..ff1842a71131 100644 --- a/xmloff/dtd/drawing.mod +++ b/xmloff/dtd/drawing.mod @@ -1,5 +1,5 @@ <!-- - $Id: drawing.mod,v 1.68 2001-08-13 11:04:09 cl Exp $ + $Id: drawing.mod,v 1.69 2001-09-20 17:47:53 dvo Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -537,9 +537,7 @@ <!-- text boxes --> <!ELEMENT draw:text-box (office:events?,draw:image-map?, - (text:h|text:p|text:ordered-list| - text:unordered-list|table:table|chart:chart| - draw:a|draw:text-box|draw:image)*)> + %sectionText;)> <!ATTLIST draw:text-box %draw-style-name;> <!ATTLIST draw:text-box %draw-transform; > <!ATTLIST draw:text-box draw:name %string; #IMPLIED> @@ -551,6 +549,8 @@ <!ATTLIST draw:text-box %table-background; > <!ATTLIST draw:text-box svg:width %lengthOrPercentage; #IMPLIED> <!ATTLIST draw:text-box svg:height %lengthOrPercentage; #IMPLIED> +<!ATTLIST draw:text-box style:rel-width %percentage; #IMPLIED> +<!ATTLIST draw:text-box style:rel-height %percentage; #IMPLIED> <!ATTLIST draw:text-box fo:min-height %lengthOrPercentage; #IMPLIED> <!ATTLIST draw:text-box %zindex;> <!ATTLIST draw:text-box %presentation-class; > |