summaryrefslogtreecommitdiff
path: root/xmloff/dtd/table.mod
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-03-23 15:31:21 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-03-23 15:31:21 +0000
commit77ea834d3b59bd11e8829b05ca0fdbce48be9238 (patch)
treecb50659b822485bd481caae7447dd1e86b8d713b /xmloff/dtd/table.mod
parent5c71a50b7512af1f33b24a06f8e0f40ee2a47f23 (diff)
- added: protect attribute for table cells (Writer only)
Diffstat (limited to 'xmloff/dtd/table.mod')
-rw-r--r--xmloff/dtd/table.mod4
1 files changed, 3 insertions, 1 deletions
diff --git a/xmloff/dtd/table.mod b/xmloff/dtd/table.mod
index 3466f39f8073..c9e7f67f24ce 100644
--- a/xmloff/dtd/table.mod
+++ b/xmloff/dtd/table.mod
@@ -1,5 +1,5 @@
<!--
- $Id: table.mod,v 1.27 2001-03-07 15:51:09 sab Exp $
+ $Id: table.mod,v 1.28 2001-03-23 16:31:21 dvo Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -295,6 +295,8 @@
<!ATTLIST table:covered-table-cell
table:currency %string; #IMPLIED
>
+<!-- cell protection in writer: cell attribute; calc uses format -->
+<!ATTLIST table:table-cell table:protect %boolean; "false">
<!ELEMENT table:calculation-settings (table:null-date?, table:iteration?)>
<!ATTLIST table:calculation-settings
table:case-sensitive %boolean; "true"