summaryrefslogtreecommitdiff
path: root/xmloff/dtd/form.mod
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-04-18 08:38:24 +0000
committerFrank Schönheit <fs@openoffice.org>2001-04-18 08:38:24 +0000
commit897ee7291b0fba3726ea07955a3254c9c31cc33b (patch)
treec0fcc0466e6243928563af6316a0c1a9018ef496 /xmloff/dtd/form.mod
parent55bbd5540e9051267ed882e4993e3b0deaa2c4f2 (diff)
#85427# form:tab-cycle is IMPLIED
Diffstat (limited to 'xmloff/dtd/form.mod')
-rw-r--r--xmloff/dtd/form.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/dtd/form.mod b/xmloff/dtd/form.mod
index c9f3158eeb2f..bd05aa23d1cb 100644
--- a/xmloff/dtd/form.mod
+++ b/xmloff/dtd/form.mod
@@ -1,5 +1,5 @@
<!--
- $Id: form.mod,v 1.7 2001-03-20 13:53:02 fs Exp $
+ $Id: form.mod,v 1.8 2001-04-18 09:38:24 fs Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -90,7 +90,7 @@
<!ATTLIST form:form form:master-fields CDATA #IMPLIED>
<!ATTLIST form:form form:navigation-mode %navigation; #IMPLIED>
<!ATTLIST form:form form:order CDATA #IMPLIED>
-<!ATTLIST form:form form:tab-cycle %cycles; "records" >
+<!ATTLIST form:form form:tab-cycle %cycles; %IMPLIED>
<!ELEMENT office:forms (form:form*)>
<!ATTLIST office:forms form:automatic-focus %boolean; "false">