summaryrefslogtreecommitdiff
path: root/xmloff/dtd/text.mod
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2002-01-11 15:45:00 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2002-01-11 15:45:00 +0000
commitd177128ed6c2211316f3fd0a7c4e9f6c2bd60b72 (patch)
tree72ca9ae2587c6fd0bd02bde342283649d75320b8 /xmloff/dtd/text.mod
parent1060ff70971f6308181fe6044d19c060438c856d (diff)
#96457# date fields now accept date+time values
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 3020c3fa41..7da7d82344 100644
--- a/xmloff/dtd/text.mod
+++ b/xmloff/dtd/text.mod
@@ -1,5 +1,5 @@
<!--
- $Id: text.mod,v 1.40 2002-01-09 16:50:04 dvo Exp $
+ $Id: text.mod,v 1.41 2002-01-11 16:45:00 dvo Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -283,7 +283,7 @@
<!ELEMENT text:date (#PCDATA)>
-<!ATTLIST text:date text:date-value %date; #IMPLIED>
+<!ATTLIST text:date text:date-value %timeInstance; #IMPLIED>
<!ATTLIST text:date text:date-adjust %dateDuration; #IMPLIED>
<!ATTLIST text:date text:fixed %boolean; "false">
<!ATTLIST text:date style:data-style-name %styleName; #IMPLIED>