summaryrefslogtreecommitdiff
path: root/xmloff/dtd/office.mod
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2000-12-02 20:43:40 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2000-12-02 20:43:40 +0000
commitcd30de7038d05314fe920b85427356970f89f1e3 (patch)
tree0f55c9077c0795db7228a64482d9865026d76d17 /xmloff/dtd/office.mod
parent3255eb68cbfe733256dd79827aa9122d1134c489 (diff)
#80616#
- added: Bibliography configuration - added/fixed: index header sections
Diffstat (limited to 'xmloff/dtd/office.mod')
-rw-r--r--xmloff/dtd/office.mod10
1 files changed, 6 insertions, 4 deletions
diff --git a/xmloff/dtd/office.mod b/xmloff/dtd/office.mod
index bcf33f368df1..b9c53b236e13 100644
--- a/xmloff/dtd/office.mod
+++ b/xmloff/dtd/office.mod
@@ -1,5 +1,5 @@
<!--
- $Id: office.mod,v 1.14 2000-11-30 16:46:14 dvo Exp $
+ $Id: office.mod,v 1.15 2000-12-02 21:43:39 dvo Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -112,13 +112,15 @@
<!-- Validity constraint: The elements
text:outline-style,
- text:footnotes-configuration and
- text:endnotes-configuration
+ text:footnotes-configuration,
+ text:endnotes-configuration and
+ text:bibliography-configuration
may appear only once!
Unfortunatetly, this constraint cannot be easily specified in the DTD.
-->
<!ELEMENT office:styles (%styles;|text:outline-style|
- text:footnotes-configuration|text:endnotes-configuration)*>
+ text:footnotes-configuration|text:endnotes-configuration|
+ text:bibliography-configuration)*>
<!ELEMENT office:automatic-styles (%styles;|style:page-master)*>