diff options
author | Sascha Ballach <sab@openoffice.org> | 2000-10-04 15:17:18 +0000 |
---|---|---|
committer | Sascha Ballach <sab@openoffice.org> | 2000-10-04 15:17:18 +0000 |
commit | 4825c3a08bb1583cd10b510dc19e497a1a4fa507 (patch) | |
tree | b7843a8e6a0b0d5f45c09ff44ea9c5b9a16f8123 /xmloff/dtd/style.mod | |
parent | 0c66f8a855f146057619b9f4279bfe4d957722b7 (diff) |
#79090#
Diffstat (limited to 'xmloff/dtd/style.mod')
-rw-r--r-- | xmloff/dtd/style.mod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/dtd/style.mod b/xmloff/dtd/style.mod index 40375b1d7ef9..e721b78d7728 100644 --- a/xmloff/dtd/style.mod +++ b/xmloff/dtd/style.mod @@ -1,5 +1,5 @@ <!-- - $Id: style.mod,v 1.1 2000-09-29 16:16:04 mh Exp $ + $Id: style.mod,v 1.2 2000-10-04 16:17:18 sab Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -252,7 +252,7 @@ <!ATTLIST style:properties style:use-optimal-row-height %boolean; #IMPLIED> <!-- table cell properties --> -<!ATTLIST style:properties fo:vertcal-align (top|middle|bottom) #IMPLIED> +<!ATTLIST style:properties fo:vertical-align (top|middle|bottom) #IMPLIED> <!ELEMENT style:columns (style:column*)> <!ATTLIST style:columns fo:column-count %nonNegativeInteger; #IMPLIED> |