diff options
author | Michael Brauer <mib@openoffice.org> | 2002-09-30 08:33:39 +0000 |
---|---|---|
committer | Michael Brauer <mib@openoffice.org> | 2002-09-30 08:33:39 +0000 |
commit | 19ba56b117ccef2c05098122b79b2af62d6a615b (patch) | |
tree | 4029c1e5049901290e61f35c40e0e0d3b627d02f /xmloff/dtd/text.mod | |
parent | cb94945abed9ff86d9c8a8a9af023f1dfb78d217 (diff) |
#100155#: text:h inside list, draw:name, draw:transform
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 e000c1488563..00d7aaa178cd 100644 --- a/xmloff/dtd/text.mod +++ b/xmloff/dtd/text.mod @@ -1,5 +1,5 @@ <!-- - $Id: text.mod,v 1.51 2002-06-11 14:59:33 dvo Exp $ + $Id: text.mod,v 1.52 2002-09-30 09:33:38 mib Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -190,8 +190,8 @@ <!ATTLIST text:ordered-list text:continue-numbering %boolean; "false"> -<!ELEMENT text:list-header (text:p)+> -<!ELEMENT text:list-item (text:p|text:ordered-list|text:unordered-list)+> +<!ELEMENT text:list-header (text:p|text:h)+> +<!ELEMENT text:list-item (text:p|text:h|text:ordered-list|text:unordered-list)+> <!ATTLIST text:list-item text:restart-numbering %boolean; "false"> <!ATTLIST text:list-item text:start-value %positiveInteger; #IMPLIED> |