summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 11:11:11 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 11:11:11 +0000
commit39c4a5a64431eb343d019c40f77cc2a4facdc92d (patch)
treeb15feba8d82281ba25bf7c40d40a35fa0c2e4c8b /xmloff
parent4a56738b7a8327efa4951edba188fdcfbd44917f (diff)
INTEGRATION: CWS oasisbf1 (1.11.350); FILE MERGED
2004/08/13 10:47:27 mib 1.11.350.1: #i32922#: style:family is not required but obsololete. Changed to #IMPLIED
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/dtd/datastyl.mod19
1 files changed, 11 insertions, 8 deletions
diff --git a/xmloff/dtd/datastyl.mod b/xmloff/dtd/datastyl.mod
index 56204ce122c4..53925ebfb4a2 100644
--- a/xmloff/dtd/datastyl.mod
+++ b/xmloff/dtd/datastyl.mod
@@ -1,6 +1,6 @@
<!--
- $Id: datastyl.mod,v 1.11 2002-06-26 16:52:37 er Exp $
+ $Id: datastyl.mod,v 1.12 2004-11-09 12:11:11 hr Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -132,13 +132,16 @@
<!ATTLIST number:boolean-style style:name %styleName; #REQUIRED>
<!ATTLIST number:text-style style:name %styleName; #REQUIRED>
-<!ATTLIST number:number-style style:family CDATA #REQUIRED>
-<!ATTLIST number:currency-style style:family CDATA #REQUIRED>
-<!ATTLIST number:percentage-style style:family CDATA #REQUIRED>
-<!ATTLIST number:date-style style:family CDATA #REQUIRED>
-<!ATTLIST number:time-style style:family CDATA #REQUIRED>
-<!ATTLIST number:boolean-style style:family CDATA #REQUIRED>
-<!ATTLIST number:text-style style:family CDATA #REQUIRED>
+<!-- The style:family is redundant and therefor should not exist at all -->
+<!-- Since OOo 1.0/1.1 is exporting this attribute is is an #IMPLIED -->
+<!-- one to avoid validation errors. -->
+<!ATTLIST number:number-style style:family CDATA #IMPLIED>
+<!ATTLIST number:currency-style style:family CDATA #IMPLIED>
+<!ATTLIST number:percentage-style style:family CDATA #IMPLIED>
+<!ATTLIST number:date-style style:family CDATA #IMPLIED>
+<!ATTLIST number:time-style style:family CDATA #IMPLIED>
+<!ATTLIST number:boolean-style style:family CDATA #IMPLIED>
+<!ATTLIST number:text-style style:family CDATA #IMPLIED>
<!ATTLIST number:number-style number:language CDATA #IMPLIED>
<!ATTLIST number:currency-style number:language CDATA #IMPLIED>