diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2001-04-04 13:50:40 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2001-04-04 13:50:40 +0000 |
commit | a00995a7b99b2b70c693a313be6e678777fd9f6f (patch) | |
tree | ae0ede33d93ca2b86d969d4b41239070f5e6af31 /xmloff/dtd/style.mod | |
parent | cf5ace8b4f8bde7a123239ff592b2dcc535d2352 (diff) |
#84931# footnote separator updated
Diffstat (limited to 'xmloff/dtd/style.mod')
-rw-r--r-- | xmloff/dtd/style.mod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/dtd/style.mod b/xmloff/dtd/style.mod index 5b64ea491d91..563f319b9856 100644 --- a/xmloff/dtd/style.mod +++ b/xmloff/dtd/style.mod @@ -1,5 +1,5 @@ <!-- - $Id: style.mod,v 1.32 2001-04-04 13:32:32 dvo Exp $ + $Id: style.mod,v 1.33 2001-04-04 14:50:40 dvo Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -372,8 +372,8 @@ <!ATTLIST style:properties style:footnote-max-height %lengthOrNoLimit; #IMPLIED> <!ELEMENT style:footnote-sep EMPTY> -<!ATTLIST style:footnote-sep style:width %length; #REQUIRED> -<!ATTLIST style:footnote-sep style:rel-width %percentage; "100%"> +<!ATTLIST style:footnote-sep style:width %length; #IMPLIED> +<!ATTLIST style:footnote-sep style:rel-width %percentage; #IMPLIED> <!ATTLIST style:footnote-sep style:color %color; #IMPLIED> <!ATTLIST style:footnote-sep style:adjustment (left|center|right) "left"> <!ATTLIST style:footnote-sep style:distance-before-sep %length; #IMPLIED> |