summaryrefslogtreecommitdiff
path: root/xmloff/dtd/style.mod
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-12-14 17:47:18 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-12-14 17:47:18 +0000
commit71204525971224840b5d6056cda03238769e9a34 (patch)
treeac08265df9df99b98c53a1763c36e212c7744cd3 /xmloff/dtd/style.mod
parent37c9b8af918c3ca5d53c12777f68e5fbdfdb36b3 (diff)
#95872# fixed DTD bugs (no format change)
Diffstat (limited to 'xmloff/dtd/style.mod')
-rw-r--r--xmloff/dtd/style.mod13
1 files changed, 11 insertions, 2 deletions
diff --git a/xmloff/dtd/style.mod b/xmloff/dtd/style.mod
index 3b0cd65157e5..af7895a621a1 100644
--- a/xmloff/dtd/style.mod
+++ b/xmloff/dtd/style.mod
@@ -1,5 +1,5 @@
<!--
- $Id: style.mod,v 1.44 2001-11-29 15:54:42 mib Exp $
+ $Id: style.mod,v 1.45 2001-12-14 18:47:17 dvo Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -405,7 +405,16 @@
<!ELEMENT style:handout-master (%shapes;)*>
<!ATTLIST style:handout-master presentation:presentation-page-layout-name %styleName; #IMPLIED>
-<!ENTITY % hd-ft-content "( text:p | (style:region-left?, style:region-center?, style:region-right?) )">
+
+<!ENTITY % headerText "(text:h|text:p|text:ordered-list|
+ text:unordered-list|table:table|text:section|
+ text:table-of-content|text:illustration-index|
+ text:table-index|text:object-index|text:user-index|
+ text:alphabetical-index|text:bibliography|
+ text:index-title|%change-marks;)*">
+
+
+<!ENTITY % hd-ft-content "( %headerText; | (style:region-left?, style:region-center?, style:region-right?) )">
<!ELEMENT style:header %hd-ft-content;>
<!ELEMENT style:footer %hd-ft-content;>
<!ELEMENT style:header-left %hd-ft-content;>