summaryrefslogtreecommitdiff
path: root/xmloff/dtd/table.mod
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-11-08 07:40:55 +0000
committerSascha Ballach <sab@openoffice.org>2002-11-08 07:40:55 +0000
commit424106cbd364019e24409af2fb2884fe2a27eb57 (patch)
tree5ef5f08555765814f2e9fa63eff0ff9267d938f5 /xmloff/dtd/table.mod
parent6fa64dd518503708ff743acbe1aec1668f4e27aa (diff)
#104890#; there is no entity qname-but-not-ncname
Diffstat (limited to 'xmloff/dtd/table.mod')
-rw-r--r--xmloff/dtd/table.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/dtd/table.mod b/xmloff/dtd/table.mod
index b14b99a76857..4a1eb9c08e75 100644
--- a/xmloff/dtd/table.mod
+++ b/xmloff/dtd/table.mod
@@ -1,5 +1,5 @@
<!--
- $Id: table.mod,v 1.41 2002-05-03 14:30:34 sab Exp $
+ $Id: table.mod,v 1.42 2002-11-08 08:40:55 sab Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -436,7 +436,7 @@
<!ELEMENT table:sort-by EMPTY>
<!ATTLIST table:sort-by
table:field-number %nonNegativeInteger; #REQUIRED
- table:data-type (text | number | automatic | qname-but-not-ncname) "automatic"
+ table:data-type CDATA "automatic"
table:order (ascending | descending) "ascending"
>
@@ -448,7 +448,7 @@
>
<!ELEMENT table:sort-groups EMPTY>
<!ATTLIST table:sort-groups
- table:data-type (text | number | automatic | qname-but-not-ncname) "automatic"
+ table:data-type CDATA "automatic"
table:order (ascending | descending) "ascending"
>
<!ELEMENT table:subtotal-rule (table:subtotal-field)*>