diff options
author | Christian Lippka <cl@openoffice.org> | 2001-02-28 09:58:37 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-02-28 09:58:37 +0000 |
commit | ff52f4c946fc6d0756660f828e9d8cde51c4cbec (patch) | |
tree | 68867df18feadc7942e3c1d23e40239ad3642777 /xmloff/dtd/drawing.mod | |
parent | 0335c32452b61000fb6fc1588c3143ebafcdec7a (diff) |
#82017# had to change text-align and vertical align to textarea-...-align
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 2413afd1fbbf..044d85598f6e 100644 --- a/xmloff/dtd/drawing.mod +++ b/xmloff/dtd/drawing.mod @@ -1,5 +1,5 @@ <!-- - $Id: drawing.mod,v 1.38 2001-02-26 14:57:23 cl Exp $ + $Id: drawing.mod,v 1.39 2001-02-28 10:58:37 cl Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -338,6 +338,8 @@ <!ATTLIST style:properties draw:fit-to-size %boolean; #IMPLIED> <!ATTLIST style:properties draw:fit-to-contour %boolean; #IMPLIED> <!ATTLIST style:properties fo:vertical-align (top | middle | bottom ) #IMPLIED> +<!ATTLIST style:properties draw:textarea-horizontal-align ( left | center | right | justify ) #IMPLIED> +<!ATTLIST style:properties draw:textarea-vertical-align ( top | middle | bottom ) #IMPLIED> <!-- fill attributes --> <!ATTLIST style:properties draw:fill (none|solid|bitmap|gradient|hatch) #IMPLIED> |