summaryrefslogtreecommitdiff
path: root/xmloff/dtd/text.mod
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-04-25 07:45:16 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-04-25 07:45:16 +0000
commit16c14c48b956e48948ebf3676b2634639c88013e (patch)
treeedc7aa7aebeedf858d984b5aa0eb8626181e7b38 /xmloff/dtd/text.mod
parent3969242b55d956666058a0b8cb237b3bf6ecbe5f (diff)
changed: protect attribute to protected
Diffstat (limited to 'xmloff/dtd/text.mod')
-rw-r--r--xmloff/dtd/text.mod5
1 files changed, 2 insertions, 3 deletions
diff --git a/xmloff/dtd/text.mod b/xmloff/dtd/text.mod
index f835a09300..f436971dc9 100644
--- a/xmloff/dtd/text.mod
+++ b/xmloff/dtd/text.mod
@@ -1,5 +1,5 @@
<!--
- $Id: text.mod,v 1.27 2001-04-23 17:35:09 dvo Exp $
+ $Id: text.mod,v 1.28 2001-04-25 08:45:16 dvo Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -730,10 +730,9 @@
<!ATTLIST text:section text:name CDATA #REQUIRED>
<!ATTLIST text:section text:style-name %styleName; #IMPLIED>
-<!ATTLIST text:section text:protected %boolean; "false">
<!ATTLIST text:section text:display (true|none|condition) "true">
<!ATTLIST text:section text:condition %formula; #IMPLIED>
-<!ATTLIST text:section text:protect %boolean; "false">
+<!ATTLIST text:section text:protected %boolean; "false">
<!ATTLIST text:section text:protection-key CDATA #IMPLIED>
<!ELEMENT text:section-source EMPTY>