diff options
author | Daniel Rentz <dr@openoffice.org> | 2001-04-04 12:43:59 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2001-04-04 12:43:59 +0000 |
commit | 17ab2ae17d05e699fdc87af2a79e8c66d3e00fa4 (patch) | |
tree | e52bd06f51b71a78565500bed00917414868de86 /xmloff | |
parent | bb6ddd6c58d9c2ee367069779ed61d4af6d30c1e (diff) |
new attribute table:refresh-delay in element table:cell-range-source
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/dtd/table.mod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmloff/dtd/table.mod b/xmloff/dtd/table.mod index 2f0281b23317..9f0ed45c12f2 100644 --- a/xmloff/dtd/table.mod +++ b/xmloff/dtd/table.mod @@ -1,5 +1,5 @@ <!-- - $Id: table.mod,v 1.29 2001-04-03 06:14:31 sab Exp $ + $Id: table.mod,v 1.30 2001-04-04 13:43:59 dr Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -357,6 +357,7 @@ table:filter-options %string; #IMPLIED table:last-column-spanned %positiveInteger; #REQUIRED table:last-row-spanned %positiveInteger; #REQUIRED + table:refresh-delay %timeDuration; #IMPLIED > <!ELEMENT table:detective (table:highlighted-range*, table:operation*)> <!ELEMENT table:highlighted-range EMPTY> |