summaryrefslogtreecommitdiff
path: root/xmloff/dtd/table.mod
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2000-10-12 07:33:14 +0000
committerSascha Ballach <sab@openoffice.org>2000-10-12 07:33:14 +0000
commit09de82831bbebd5445c8ab8e697d5d185ba304a7 (patch)
treec74cc015c29576155773fb876f116a357b4df244 /xmloff/dtd/table.mod
parentba29c0b023285cb27bd37f0a7807b490079a2dbc (diff)
a table can contain a scenario
Diffstat (limited to 'xmloff/dtd/table.mod')
-rw-r--r--xmloff/dtd/table.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/dtd/table.mod b/xmloff/dtd/table.mod
index ad234d8d7040..e27261e34a28 100644
--- a/xmloff/dtd/table.mod
+++ b/xmloff/dtd/table.mod
@@ -1,6 +1,6 @@
<!-- edited with XML Spy v3.0 NT (http://www.xmlspy.com) by Jumper (Star Office GmbH) -->
<!--
- $Id: table.mod,v 1.3 2000-10-10 10:38:31 sab Exp $
+ $Id: table.mod,v 1.4 2000-10-12 08:33:14 sab Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -63,7 +63,7 @@
<!ENTITY % table-row-groups "( %table-header-rows; |
(%table-header-rows;?, %table-rows;) |
(%table-rows;, %table-header-rows;, %table-rows;?) )">
-<!ELEMENT table:table (table:scenario, %table-column-groups;, %table-row-groups;)>
+<!ELEMENT table:table (table:scenario?, %table-column-groups;, %table-row-groups;)>
<!ATTLIST table:table
table:name %string; #REQUIRED
table:style-name %styleName; #IMPLIED