diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2002-04-26 12:16:22 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2002-04-26 12:16:22 +0000 |
commit | 5194e5994393dbc04d9c6db840de169886bc1a6e (patch) | |
tree | 5db2d4cc61173b66d58a0f0ea65b2d8137cd1a8a /xmloff/dtd | |
parent | 582240b4bd533de15d23c0a0fff88ee8d2c61fa8 (diff) |
#97450# load/save curennt hidden-status of conditional sections
Diffstat (limited to 'xmloff/dtd')
-rw-r--r-- | xmloff/dtd/text.mod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmloff/dtd/text.mod b/xmloff/dtd/text.mod index bab648d744e4..94ae7427bf32 100644 --- a/xmloff/dtd/text.mod +++ b/xmloff/dtd/text.mod @@ -1,5 +1,5 @@ <!-- - $Id: text.mod,v 1.48 2002-02-28 14:42:15 dvo Exp $ + $Id: text.mod,v 1.49 2002-04-26 13:14:38 dvo Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -734,6 +734,7 @@ <!ATTLIST text:section text:display (true|none|condition) "true"> <!ATTLIST text:section text:condition %formula; #IMPLIED> <!ATTLIST text:section text:protection-key CDATA #IMPLIED> +<!ATTLIST text:section text:is-hidden %boolean; #IMPLIED> <!ELEMENT text:section-source EMPTY> <!ATTLIST text:section-source xlink:href %string; #IMPLIED> |