summaryrefslogtreecommitdiff
path: root/xmloff/dtd/table.mod
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2000-11-01 10:55:17 +0000
committerDaniel Rentz <dr@openoffice.org>2000-11-01 10:55:17 +0000
commitf9cabb4c2b3de7198197e4d48c5111a19aa5b53d (patch)
tree2a3ea1bf1dcc9179b978c940caf6051fe71797ae /xmloff/dtd/table.mod
parent21f49acc17c539cf4dd03fe3e6bab75a7405c50d (diff)
add: table:consolidation
Diffstat (limited to 'xmloff/dtd/table.mod')
-rw-r--r--xmloff/dtd/table.mod11
1 files changed, 9 insertions, 2 deletions
diff --git a/xmloff/dtd/table.mod b/xmloff/dtd/table.mod
index da5e151606ca..e6022b6b883f 100644
--- a/xmloff/dtd/table.mod
+++ b/xmloff/dtd/table.mod
@@ -1,5 +1,5 @@
<!--
- $Id: table.mod,v 1.11 2000-10-26 13:15:29 dr Exp $
+ $Id: table.mod,v 1.12 2000-11-01 11:55:17 dr Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -363,4 +363,11 @@
table:display %boolean; #IMPLIED
table:display-details %boolean; #IMPLIED
>
-
+<!ELEMENT table:consolidation EMPTY>
+<!ATTLIST table:consolidation
+ table:function CDATA #REQUIRED
+ table:source-cell-range-addresses %cell-range-address-list; #REQUIRED
+ table:target-cell-address %cell-address; #REQUIRED
+ table:use-label (none | column | row | both) "none"
+ table:link-to-source-data %boolean; "false"
+>