summaryrefslogtreecommitdiff
path: root/xmloff/dtd/office.mod
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-02-23 14:50:36 +0000
committerSascha Ballach <sab@openoffice.org>2001-02-23 14:50:36 +0000
commit43f9754887254dbfb84da0c0c37257138f703770 (patch)
treecbf9ec99fe8b65527fbf1f46feb7e349170b12ad /xmloff/dtd/office.mod
parent059e7782ff4ef4840007eda602e42c4c6415cbc8 (diff)
add the document protection attributes to the body element. this attributes are currently only used by the spreadsheet application
Diffstat (limited to 'xmloff/dtd/office.mod')
-rw-r--r--xmloff/dtd/office.mod4
1 files changed, 3 insertions, 1 deletions
diff --git a/xmloff/dtd/office.mod b/xmloff/dtd/office.mod
index abf1fe231063..651421006657 100644
--- a/xmloff/dtd/office.mod
+++ b/xmloff/dtd/office.mod
@@ -1,5 +1,5 @@
<!--
- $Id: office.mod,v 1.30 2001-02-07 16:18:34 cl Exp $
+ $Id: office.mod,v 1.31 2001-02-23 15:50:36 sab Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -151,6 +151,8 @@
table:consolidation?,
presentation:shows?)">
<!ELEMENT office:body %body;>
+<!ATTLIST office:body table:structure-protected %boolean; "false"
+ table:protection-key CDATA #IMPLIED>
<!ELEMENT office:events (script:event|presentation:event)*>