diff options
author | Sascha Ballach <sab@openoffice.org> | 2002-05-03 13:30:34 +0000 |
---|---|---|
committer | Sascha Ballach <sab@openoffice.org> | 2002-05-03 13:30:34 +0000 |
commit | 0dcfe9611bf32822b554950bdd6869fbf161649a (patch) | |
tree | 5895b87c9aaba2143398532f196de4bd90774832 | |
parent | fe61ef8662753ce63a007aee134e078258247002 (diff) |
#99079#; add table:marked-invalid attribute to highlighted-range element
-rw-r--r-- | xmloff/dtd/table.mod | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/dtd/table.mod b/xmloff/dtd/table.mod index 3be7af17db87..b14b99a76857 100644 --- a/xmloff/dtd/table.mod +++ b/xmloff/dtd/table.mod @@ -1,5 +1,5 @@ <!-- - $Id: table.mod,v 1.40 2001-08-10 19:03:30 nn Exp $ + $Id: table.mod,v 1.41 2002-05-03 14:30:34 sab Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -315,8 +315,9 @@ <!ELEMENT table:highlighted-range EMPTY> <!ATTLIST table:highlighted-range table:cell-range-address %cell-range-address; #IMPLIED - table:direction (from-another-table | to-another-table | from-same-table | to-same-table) #REQUIRED - table:contains-error %boolean; "false" + table:direction (from-another-table | to-another-table | from-same-table | to-same-table) #IMPLIED + table:contains-error %boolean; #IMPLIED + table:marked-invalid %boolean; #IMPLIED > <!ELEMENT table:operation EMPTY> <!ATTLIST table:operation |