summaryrefslogtreecommitdiff
path: root/xmloff/dtd/text.mod
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2000-12-19 13:49:22 +0000
committerChristian Lippka <cl@openoffice.org>2000-12-19 13:49:22 +0000
commit83adf7418b4a48c337b48db18c89008b1c3796c0 (patch)
tree5e3edea18474e4ace9e099894917d7fc16abe7a0 /xmloff/dtd/text.mod
parent7d3eb3803ce542de51c23f5755a6a7c327b708f8 (diff)
fixed syntax error
Diffstat (limited to 'xmloff/dtd/text.mod')
-rw-r--r--xmloff/dtd/text.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/dtd/text.mod b/xmloff/dtd/text.mod
index 5310c12bb7..f2c4779e1d 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">