summaryrefslogtreecommitdiff
path: root/xmloff/dtd/table.mod
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2000-11-23 11:28:37 +0000
committerSascha Ballach <sab@openoffice.org>2000-11-23 11:28:37 +0000
commit49fb691f157337cf88162cff4cd05b71d1212df5 (patch)
tree90d43333d4d2dc958f14a3111078fe0b891f9830 /xmloff/dtd/table.mod
parent6ffc2de45f89bdc28eff96387f433883843089f2 (diff)
#80364#; a little bug in the dde-link element fixed
Diffstat (limited to 'xmloff/dtd/table.mod')
-rw-r--r--xmloff/dtd/table.mod5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/dtd/table.mod b/xmloff/dtd/table.mod
index 0b692ed4c116..8a3c709e7032 100644
--- a/xmloff/dtd/table.mod
+++ b/xmloff/dtd/table.mod
@@ -1,5 +1,5 @@
<!--
- $Id: table.mod,v 1.15 2000-11-23 11:10:04 sab Exp $
+ $Id: table.mod,v 1.16 2000-11-23 12:28:37 sab Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -86,6 +86,7 @@
table:scenario-ranges %cell-range-address-list; #REQUIRED
table:comment CDATA #IMPLIED
>
+<!ELEMENT table:shapes %shapes;>
<!ELEMENT table:table-column-group ( table:table-header-columns | table:table-column | table:table-column-group)+ >
<!ATTLIST table:table-column-group table:display %boolean; "true">
<!ELEMENT table:table-header-columns ( table:table-column | table:table-column-group )+>
@@ -397,6 +398,6 @@
table:link-to-source-data %boolean; "false"
>
<!ELEMENT table:dde-links (table:dde-link)+ >
-<!ELEMENT table:dde-link (table:dde-source, table:table) >
+<!ELEMENT table:dde-link (office:dde-source, table:table) >
<!ATTLIST table:dde-link table:conversion-mode (into-default-style-data-style|into-english-number|let-text) "into-default-style-data-style" >