summaryrefslogtreecommitdiff
path: root/xmloff/dtd/style.mod
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-06-26 11:59:23 +0000
committerSascha Ballach <sab@openoffice.org>2001-06-26 11:59:23 +0000
commitd40622556c2d84fd62980b83d709d5bb35a30c70 (patch)
tree9e5533f789f1fd4e90063f5653fdfd8feba1b0f6 /xmloff/dtd/style.mod
parent625026da3c36a146888129e43d67eb04dd972b5b (diff)
#88780#; the style:display attribute to style:header-left and style:footer-left
Diffstat (limited to 'xmloff/dtd/style.mod')
-rw-r--r--xmloff/dtd/style.mod4
1 files changed, 3 insertions, 1 deletions
diff --git a/xmloff/dtd/style.mod b/xmloff/dtd/style.mod
index 98738623f36a..5aae0b6bd674 100644
--- a/xmloff/dtd/style.mod
+++ b/xmloff/dtd/style.mod
@@ -1,5 +1,5 @@
<!--
- $Id: style.mod,v 1.39 2001-06-20 06:08:35 mib Exp $
+ $Id: style.mod,v 1.40 2001-06-26 12:59:23 sab Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -403,7 +403,9 @@
<!ELEMENT style:header %hd-ft-content;>
<!ELEMENT style:footer %hd-ft-content;>
<!ELEMENT style:header-left %hd-ft-content;>
+<!ATTLIST style:header-left style:display %boolean; "true">
<!ELEMENT style:footer-left %hd-ft-content;>
+<!ATTLIST style:footer-left style:display %boolean; "true">
<!ENTITY % region-content "(text:p*)">
<!ELEMENT style:region-left %region-content;>