diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2000-12-11 10:25:28 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2000-12-11 10:25:28 +0000 |
commit | 32d628a56cc6c1f2a57a4b04ee612edf9de0bca6 (patch) | |
tree | f36ef460dcc847381a1db74fb4ccb20fcf3f9d61 /xmloff/dtd/office.mod | |
parent | c3fb32efe982f973955533bf7e09349e2297da00 (diff) |
- fixed: office:dde-source attributes now use office namespace
- fixed: attribute conversion-mode moved from dde-link to dde-source
Diffstat (limited to 'xmloff/dtd/office.mod')
-rw-r--r-- | xmloff/dtd/office.mod | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/xmloff/dtd/office.mod b/xmloff/dtd/office.mod index 7502571ffcfd..e0390b2a91f0 100644 --- a/xmloff/dtd/office.mod +++ b/xmloff/dtd/office.mod @@ -1,5 +1,5 @@ <!-- - $Id: office.mod,v 1.17 2000-12-07 14:56:21 ab Exp $ + $Id: office.mod,v 1.18 2000-12-11 11:25:28 dvo Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -148,8 +148,10 @@ <!-- DDE source: for text sections and tables --> <!ELEMENT office:dde-source EMPTY> -<!ATTLIST office:dde-source text:dde-application CDATA #IMPLIED> -<!ATTLIST office:dde-source text:dde-topic CDATA #IMPLIED> -<!ATTLIST office:dde-source text:dde-item CDATA #IMPLIED> -<!ATTLIST office:dde-source text:automatic-update %boolean; "false"> +<!ATTLIST office:dde-source office:dde-application CDATA #IMPLIED> +<!ATTLIST office:dde-source office:dde-topic CDATA #IMPLIED> +<!ATTLIST office:dde-source office:dde-item CDATA #IMPLIED> +<!ATTLIST office:dde-source office:automatic-update %boolean; "false"> +<!ATTLIST office:dde-source office:name CDATA #IMPLIED> +<!ATTLIST office:dde-source table:conversion-mode (into-default-style-data-style|into-english-number|let-text) "into-default-style-data-style" > |