summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2002-06-11 13:17:50 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2002-06-11 13:17:50 +0000
commit4704759816a2f9667e0e9f74b4374794829ef754 (patch)
treee741b45108d029a796405012dac0f78440c96b91 /xmloff
parentdd22f25af3342c42cc5324ceaa0bdecd1d2033d0 (diff)
#99980# added database command type to DTD
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/dtd/text.mod5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/dtd/text.mod b/xmloff/dtd/text.mod
index 94ae7427bf32..8aa6cebb10cb 100644
--- a/xmloff/dtd/text.mod
+++ b/xmloff/dtd/text.mod
@@ -1,5 +1,5 @@
<!--
- $Id: text.mod,v 1.49 2002-04-26 13:14:38 dvo Exp $
+ $Id: text.mod,v 1.50 2002-06-11 14:17:50 dvo Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -426,7 +426,8 @@
<!ATTLIST text:text-input text:description %string; #IMPLIED>
<!ENTITY % database-table "text:database-name CDATA #REQUIRED
- text:table-name CDATA #REQUIRED">
+ text:table-name CDATA #REQUIRED
+ text:command-type (table|query|command) #IMPLIED">
<!ELEMENT text:database-display (#PCDATA)>
<!ATTLIST text:database-display %database-table;>