diff options
author | Christian Lippka <cl@openoffice.org> | 2000-12-11 08:44:56 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2000-12-11 08:44:56 +0000 |
commit | b597e53768ea86f2b64db7c3ca047de8439035df (patch) | |
tree | cd6447f3561545b29eafa5306c9ef7e94020b785 | |
parent | 8df2c06393895c09739960c0a4b6bc1e6c5272e1 (diff) |
#81595# added draw:style-name to style:master-page
-rw-r--r-- | xmloff/dtd/style.mod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmloff/dtd/style.mod b/xmloff/dtd/style.mod index da2678f14b37..ccde68516d59 100644 --- a/xmloff/dtd/style.mod +++ b/xmloff/dtd/style.mod @@ -1,5 +1,5 @@ <!-- - $Id: style.mod,v 1.16 2000-12-08 10:02:01 mib Exp $ + $Id: style.mod,v 1.17 2000-12-11 09:44:56 cl Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -363,6 +363,7 @@ <!ATTLIST style:master-page style:name %styleName; #REQUIRED> <!ATTLIST style:master-page style:page-master-name %styleName; #REQUIRED> <!ATTLIST style:master-page style:next-style-name %styleName; #IMPLIED> +<!ATTLIST style:master-page draw:style-name %styleName; #IMPLIED> <!ENTITY % hd-ft-content "( text:p | (style:region-left?, style:region-center?, style:region-right?) )"> <!ELEMENT style:header %hd-ft-content;> |