diff options
author | Sascha Ballach <sab@openoffice.org> | 2000-12-11 11:05:26 +0000 |
---|---|---|
committer | Sascha Ballach <sab@openoffice.org> | 2000-12-11 11:05:26 +0000 |
commit | ec265786281e83ed569da6d017358329607baf4a (patch) | |
tree | c1febb6bb1416d7cc885e06358a5a6a88f9fbbe2 /xmloff/dtd/drawing.mod | |
parent | 1804c94c70bafbbc7c3379d420a6ad336eebdd17 (diff) |
#81253#, #81255#, #81257#; cl had removed the attributes and I did the attributes in the dtd again
Diffstat (limited to 'xmloff/dtd/drawing.mod')
-rw-r--r-- | xmloff/dtd/drawing.mod | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xmloff/dtd/drawing.mod b/xmloff/dtd/drawing.mod index 5d330432e2c0..ea144a261ba0 100644 --- a/xmloff/dtd/drawing.mod +++ b/xmloff/dtd/drawing.mod @@ -1,5 +1,5 @@ <!-- - $Id: drawing.mod,v 1.18 2000-12-08 16:02:21 mib Exp $ + $Id: drawing.mod,v 1.19 2000-12-11 12:05:26 sab Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -352,6 +352,7 @@ <!ATTLIST draw:text-box text:anchor-type %anchorType; #IMPLIED> <!ATTLIST draw:text-box text:anchor-page-number %positiveInteger; #IMPLIED> <!ATTLIST draw:text-box %draw-position;> +<!ATTLIST draw:text-box %draw-end-position; > <!ATTLIST draw:text-box svg:width %lengthOrPercentage; #IMPLIED> <!ATTLIST draw:text-box svg:height %lengthOrPercentage; #IMPLIED> <!ATTLIST draw:text-box fo:min-height %lengthOrPercentage; #IMPLIED> @@ -371,6 +372,7 @@ <!ATTLIST draw:image text:anchor-type %anchorType; #IMPLIED> <!ATTLIST draw:image text:anchor-page-number %positiveInteger; #IMPLIED> <!ATTLIST draw:image %draw-position;> +<!ATTLIST draw:image %draw-end-position; > <!ATTLIST draw:image svg:width %lengthOrPercentage; #IMPLIED> <!ATTLIST draw:image svg:height %lengthOrPercentage; #IMPLIED> <!ATTLIST draw:image %presentation-class; > |