diff options
author | Christian Lippka <cl@openoffice.org> | 2001-06-01 12:24:17 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-06-01 12:24:17 +0000 |
commit | f36b452b6cb5b82751082c5105728e98efbe5512 (patch) | |
tree | b2bb3b5ef482b8768abe868ff4bc1b951ffb7579 /xmloff | |
parent | 7a06dd00406a7aaf568fe43cbd1390a41dcde6fa (diff) |
#85924# added draw:text-style-name for shapes
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/dtd/drawing.mod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/dtd/drawing.mod b/xmloff/dtd/drawing.mod index 872edc6b3771..0246b714ded9 100644 --- a/xmloff/dtd/drawing.mod +++ b/xmloff/dtd/drawing.mod @@ -1,5 +1,5 @@ <!-- - $Id: drawing.mod,v 1.54 2001-05-28 13:19:14 cl Exp $ + $Id: drawing.mod,v 1.55 2001-06-01 13:24:17 cl Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -61,7 +61,7 @@ <!ENTITY % draw-size "svg:width %coordinate; #IMPLIED svg:height %coordinate; #IMPLIED"> <!ENTITY % draw-transform "svg:transform CDATA #IMPLIED"> <!ENTITY % draw-viewbox "svg:viewBox CDATA #REQUIRED"> -<!ENTITY % draw-style-name "draw:style-name %styleName; #IMPLIED presentation:style-name %styleName; #IMPLIED"> +<!ENTITY % draw-style-name "draw:style-name %styleName; #IMPLIED presentation:style-name %styleName; #IMPLIED draw:text-style-name %styleName; #IMPLIED"> <!ENTITY % shapeId "CDATA" > <!ENTITY % draw-text "(text:p|text:unordered-list|text:ordered-list)*"> <!ENTITY % zindex "draw:z-index %nonNegativeInteger; #IMPLIED"> |