summaryrefslogtreecommitdiff
path: root/xmloff/dtd/table.mod
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-02-23 13:15:30 +0000
committerSascha Ballach <sab@openoffice.org>2001-02-23 13:15:30 +0000
commit8871053886a8af32767928e21756902ecb595040 (patch)
tree981550f9ad263ed88a29b4faa6fc91d366b567b8 /xmloff/dtd/table.mod
parent36908a2fb6fb47fbd964f1085068dce056f17977 (diff)
change table:use-cell-protection to table:protected and table:protection-key
Diffstat (limited to 'xmloff/dtd/table.mod')
-rw-r--r--xmloff/dtd/table.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/dtd/table.mod b/xmloff/dtd/table.mod
index 1c42408d886c..76a555104fac 100644
--- a/xmloff/dtd/table.mod
+++ b/xmloff/dtd/table.mod
@@ -1,6 +1,6 @@
<!-- edited with XML Spy v3.5 NT (http://www.xmlspy.com) by Sascha Ballach (Star Office GmbH) -->
<!--
- $Id: table.mod,v 1.23 2001-02-07 08:53:11 sab Exp $
+ $Id: table.mod,v 1.24 2001-02-23 14:15:30 sab Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -164,8 +164,8 @@
<!ATTLIST table:table
table:name %string; #REQUIRED
table:style-name %styleName; #IMPLIED
- table:use-cell-protection %boolean; "false"
- table:cell-protection-key CDATA #IMPLIED
+ table:protected %boolean; "false"
+ table:protection-key CDATA #IMPLIED
table:print-ranges %cell-range-address-list; #IMPLIED
>
<!ELEMENT table:table-source EMPTY>