diff options
author | Christian Lippka <cl@openoffice.org> | 2001-05-28 12:20:52 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-05-28 12:20:52 +0000 |
commit | b8adfa8685abcd00c5eb6fb8402f797d4417fb93 (patch) | |
tree | 72cadd048114a5a5d5b9c7d5667846e1c2f6b1e0 /xmloff/dtd/style.mod | |
parent | c2a4f08a290a22da718196a6c56eb7baced54aa4 (diff) |
#86971# added style:handout-master
Diffstat (limited to 'xmloff/dtd/style.mod')
-rw-r--r-- | xmloff/dtd/style.mod | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/xmloff/dtd/style.mod b/xmloff/dtd/style.mod index b709cb3085bf..887ba77bba1b 100644 --- a/xmloff/dtd/style.mod +++ b/xmloff/dtd/style.mod @@ -1,5 +1,5 @@ <!-- - $Id: style.mod,v 1.37 2001-05-15 12:44:13 dvo Exp $ + $Id: style.mod,v 1.38 2001-05-28 13:19:14 cl Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -387,7 +387,7 @@ <!ATTLIST style:footnote-sep style:distance-before-sep %length; #IMPLIED> <!ATTLIST style:footnote-sep style:distance-after-sep %length; #IMPLIED> -<!-- master page properties --> +<!-- master page --> <!ELEMENT style:master-page ( (style:header, style:header-left?)?, (style:footer, style:footer-left?)?, office:forms?,style:style*, (%shapes;)*, presentation:notes? )> <!ATTLIST style:master-page style:name %styleName; #REQUIRED> @@ -395,6 +395,10 @@ <!ATTLIST style:master-page style:next-style-name %styleName; #IMPLIED> <!ATTLIST style:master-page draw:style-name %styleName; #IMPLIED> +<!-- handout master --> +<!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?) )"> <!ELEMENT style:header %hd-ft-content;> <!ELEMENT style:footer %hd-ft-content;> |