summaryrefslogtreecommitdiff
path: root/xmloff/dtd/text.mod
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-12-06 17:35:56 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-12-06 17:35:56 +0000
commit421882514d53d98e5106e1c585730244c3be51d2 (patch)
treef6944a800b179c443812e49c74829ae5cbd159bd /xmloff/dtd/text.mod
parent6ffcaca6124da8f0a755fd5da78f8e65de9435db (diff)
#95681# updated DTD to include type attributes for <text:get-variable> field
Diffstat (limited to 'xmloff/dtd/text.mod')
-rw-r--r--xmloff/dtd/text.mod9
1 files changed, 5 insertions, 4 deletions
diff --git a/xmloff/dtd/text.mod b/xmloff/dtd/text.mod
index 4a0a55814eaa..00f06f7a0a37 100644
--- a/xmloff/dtd/text.mod
+++ b/xmloff/dtd/text.mod
@@ -1,5 +1,5 @@
<!--
- $Id: text.mod,v 1.36 2001-11-30 18:53:15 dvo Exp $
+ $Id: text.mod,v 1.37 2001-12-06 18:35:56 dvo Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -268,15 +268,15 @@
<!ENTITY % formula "CDATA">
-<!ENTITY % valueAttr "text:value-type %valueType; #REQUIRED">
+<!ENTITY % valueAttr "text:value-type %valueType; #REQUIRED
+ text:currency CDATA #IMPLIED" >
<!ENTITY % valueAndTypeAttr "%valueAttr;
text:value %float; #IMPLIED
text:date-value %date; #IMPLIED
text:time-value %timeInstance; #IMPLIED
text:boolean-value %boolean; #IMPLIED
- text:string-value %string; #IMPLIED
- text:currency CDATA #IMPLIED" >
+ text:string-value %string; #IMPLIED" >
<!ENTITY % numFormat 'style:num-format CDATA #IMPLIED
style:num-letter-sync %boolean; "false"'>
@@ -375,6 +375,7 @@
<!ATTLIST text:variable-get text:name %variableName; #REQUIRED>
<!ATTLIST text:variable-get text:display (value|formula) "value">
<!ATTLIST text:variable-get style:data-style-name %styleName; #IMPLIED>
+<!ATTLIST text:variable-get %valueAttr;>
<!ELEMENT text:variable-input (#PCDATA)>
<!ATTLIST text:variable-input text:name %variableName; #REQUIRED>