diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2002-04-10 16:49:05 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2002-04-10 16:49:05 +0000 |
commit | 919a94437ebc8502ce1cc5881a50d7372c94024c (patch) | |
tree | 9e08fd7171ec71161d57ed05fd3b97ac712540dd /xmloff/dtd | |
parent | de2b1b191784288f63ca4cda8fb036133fbbccee (diff) |
#98376# added section property
Diffstat (limited to 'xmloff/dtd')
-rw-r--r-- | xmloff/dtd/style.mod | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/xmloff/dtd/style.mod b/xmloff/dtd/style.mod index 6f8c7aae54e1..ee49549ffeb7 100644 --- a/xmloff/dtd/style.mod +++ b/xmloff/dtd/style.mod @@ -1,5 +1,5 @@ <!-- - $Id: style.mod,v 1.51 2002-04-05 06:31:50 sab Exp $ + $Id: style.mod,v 1.52 2002-04-10 17:49:05 dvo Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -320,6 +320,9 @@ <!ATTLIST style:properties style:decimal-places %nonNegativeInteger; #IMPLIED> <!ATTLIST style:properties style:tab-stop-distance %nonNegativeLength; #IMPLIED> +<!-- section properties --> +<!ATTLIST style:properties text:dont-balance-text-columns %boolean; #IMPLIED> + <!-- ruby properties --> <!ATTLIST style:properties style:ruby-align (left|center|right|distribute-letter|distribute-space) #IMPLIED> <!ATTLIST style:properties style:ruby-position (above|below) #IMPLIED> |