summaryrefslogtreecommitdiff
path: root/xmloff/dtd/table.mod
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-02-07 07:53:11 +0000
committerSascha Ballach <sab@openoffice.org>2001-02-07 07:53:11 +0000
commit7fb6cf6fc4a9fe662caaab4865bb8379a5486dab (patch)
treec2a0c8e58a578e0260ba9cc0dafd80b050aad576 /xmloff/dtd/table.mod
parenta3a2a42839a754c604e24f02f7dc8629525435ea (diff)
add office:forms as child to the table:table element
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 d666690c3b6b..1c42408d886c 100644
--- a/xmloff/dtd/table.mod
+++ b/xmloff/dtd/table.mod
@@ -1,6 +1,6 @@
<!-- edited with XML Spy v3.5 NT (http://www.xmlspy.com) by Sascha Ballach (Star Office GmbH) -->
<!--
- $Id: table.mod,v 1.22 2001-02-01 17:38:58 sab Exp $
+ $Id: table.mod,v 1.23 2001-02-07 08:53:11 sab Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -160,7 +160,7 @@
<!ENTITY % table-header-rows "table:table-header-rows">
<!ENTITY % table-column-groups "( (%table-columns;,(%table-header-columns;,%table-columns;?)?) | (%table-header-columns;,%table-columns;?) )">
<!ENTITY % table-row-groups "( (%table-rows;,(%table-header-rows;,%table-rows;?)?) | (%table-header-rows;,%table-rows;?) )">
-<!ELEMENT table:table (table:table-source?, table:scenario?, table:shapes?, %table-column-groups;, %table-row-groups;)>
+<!ELEMENT table:table (table:table-source?, table:scenario?, office:forms?, table:shapes?, %table-column-groups;, %table-row-groups;)>
<!ATTLIST table:table
table:name %string; #REQUIRED
table:style-name %styleName; #IMPLIED