diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2000-11-02 14:51:18 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2000-11-02 14:51:18 +0000 |
commit | fc037d38c98071e94760e348ab9f4723906b72b5 (patch) | |
tree | 9a3c972daf6fef36a8cf8c3a7dcd3c8bd8909d01 /xmloff/dtd/office.mod | |
parent | a09d0ec39aa933142f2a45a3a37b4a0987ef54f1 (diff) |
- added: sections now completed
(attribute text:protected moved into <style:properties style:protect=../>
- added: table of content im- and export
(TOC body does not work)
- added: URL textfield (for Calc, Draw, ...)
- fixed: tab-stop constant names in xmlkywd.hxx
- fixed: import of zero columns
- fixed: text hyperlinks now in DTD
Diffstat (limited to 'xmloff/dtd/office.mod')
-rw-r--r-- | xmloff/dtd/office.mod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/dtd/office.mod b/xmloff/dtd/office.mod index 25642b8f5b4c..b0b75564b25a 100644 --- a/xmloff/dtd/office.mod +++ b/xmloff/dtd/office.mod @@ -1,5 +1,5 @@ <!-- - $Id: office.mod,v 1.6 2000-11-01 11:55:17 dr Exp $ + $Id: office.mod,v 1.7 2000-11-02 15:51:17 dvo Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -126,7 +126,7 @@ <!ENTITY % body "(%text-decls;,table:content-validations?,table:label-ranges?, (text:h|text:p|text:ordered-list| text:unordered-list|table:table|chart:chart|draw:page| - draw:a|draw:text-box|draw:image|text:section)*, + draw:a|draw:text-box|draw:image|text:section|text:table-of-content)*, table:named-expressions?, table:database-ranges?,table:data-pilot-tables?, table:consolidation?)"> |