diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2001-01-12 17:27:06 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2001-01-12 17:27:06 +0000 |
commit | 548077da4bbe8998fb5316e8f3963235b76ef284 (patch) | |
tree | 97691686c05928dd02f3eb01da228788e4b7e214 /xmloff/dtd/text.mod | |
parent | 7afe2ef785c59c2ef4444b5d7cff399cae3599b4 (diff) |
- fixed #81985#: caption sequence format in table and illustration indices fixed
Diffstat (limited to 'xmloff/dtd/text.mod')
-rw-r--r-- | xmloff/dtd/text.mod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/dtd/text.mod b/xmloff/dtd/text.mod index 3a2ad7526df1..02909748c895 100644 --- a/xmloff/dtd/text.mod +++ b/xmloff/dtd/text.mod @@ -1,5 +1,5 @@ <!-- - $Id: text.mod,v 1.17 2001-01-03 09:55:08 mib Exp $ + $Id: text.mod,v 1.18 2001-01-12 18:26:52 dvo Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -782,7 +782,7 @@ <!ATTLIST text:illustration-index-source text:caption-sequence-name %string; #IMPLIED> <!ATTLIST text:illustration-index-source text:caption-sequence-format - CDATA #IMPLIED> + (text|category-and-value|caption) "text"> <!ELEMENT text:illustration-index-entry-template ( text:index-entry-page-number | @@ -805,7 +805,7 @@ <!ATTLIST text:table-index-source text:caption-sequence-name %string; #IMPLIED> <!ATTLIST text:table-index-source text:caption-sequence-format - CDATA #IMPLIED> + (text|category-and-value|caption) "text"> <!ELEMENT text:table-index-entry-template ( text:index-entry-page-number | text:index-entry-text | |