diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2002-01-11 15:45:00 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2002-01-11 15:45:00 +0000 |
commit | bc182b7155a931df3e2d0266572ec163bc8bd510 (patch) | |
tree | 6403ced26febd240df9f41177e9d90adcb52da69 /xmloff | |
parent | e57dc7c4040058c3a6fd6db5e1999231781a72ef (diff) |
#96457# date fields now accept date+time values
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/dtd/text.mod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/dtd/text.mod b/xmloff/dtd/text.mod index 3020c3fa416a..7da7d82344b5 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> |