diff options
author | Christian Lippka <cl@openoffice.org> | 2000-12-19 13:49:22 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2000-12-19 13:49:22 +0000 |
commit | ff869e5bbe9c45d8b0086ccd43e5e470f9515663 (patch) | |
tree | 3394ec331e480af75f5788a99835736450e0b10e /xmloff/dtd | |
parent | 11a6d10a21d6f1bdec335f4e8e404fa5aa9c912d (diff) |
fixed syntax error
Diffstat (limited to 'xmloff/dtd')
-rw-r--r-- | xmloff/dtd/script.mod | 4 | ||||
-rw-r--r-- | xmloff/dtd/text.mod | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/dtd/script.mod b/xmloff/dtd/script.mod index 166fd3a96e9d..b9980896edb8 100644 --- a/xmloff/dtd/script.mod +++ b/xmloff/dtd/script.mod @@ -1,5 +1,5 @@ <!-- - $Id: script.mod,v 1.3 2000-12-15 14:04:20 mib Exp $ + $Id: script.mod,v 1.4 2000-12-19 14:49:22 cl Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -62,7 +62,7 @@ <!ATTLIST script:library-linked xlink:href %string; #REQUIRED> <!ATTLIST script:library-linked xlink:type (simple) #FIXED "simple"> -<!ELEMENT script:module #PCDATA> +<!ELEMENT script:module (#PCDATA)> <!ATTLIST script:module script:name %string; #REQUIRED> <!ATTLIST script:module script:language %string; #IMPLIED> diff --git a/xmloff/dtd/text.mod b/xmloff/dtd/text.mod index 5310c12bb704..f2c4779e1d79 100644 --- a/xmloff/dtd/text.mod +++ b/xmloff/dtd/text.mod @@ -1,5 +1,5 @@ <!-- - $Id: text.mod,v 1.15 2000-12-15 14:04:20 mib Exp $ + $Id: text.mod,v 1.16 2000-12-19 14:48:14 cl Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -1040,7 +1040,7 @@ indices, and there may be only one text:index-title element. <!ATTLIST text:linenumbering-configuration text:count-empty-lines %boolean; "true"> <!ATTLIST text:linenumbering-configuration text:count-in-floating-frames %boolean; "false"> <!ATTLIST text:linenumbering-configuration text:restart-numbering %boolean; "false"> -<!ATTLIST text:linenumbering-configuration text:offset %nonNegativeLength; #IMPLIED +<!ATTLIST text:linenumbering-configuration text:offset %nonNegativeLength; #IMPLIED> <!ATTLIST text:linenumbering-configuration style:num-format (1|a|A|i|I) "1"> <!ATTLIST text:linenumbering-configuration style:num-letter-sync %boolean; "false"> <!ATTLIST text:linenumbering-configuration text:number-position (left|rigth|inner|outer) "left"> |