summaryrefslogtreecommitdiff
path: root/xmloff/dtd/form.mod
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-11-01 11:34:08 +0000
committerFrank Schönheit <fs@openoffice.org>2002-11-01 11:34:08 +0000
commit32606bc87ecf2bc004eaf8984ca85af59a675fac (patch)
tree37b52caa85ce10d3d18858d284804281d6027bad /xmloff/dtd/form.mod
parent46936e223a9f8a221895d8bce880b4d268c97a91 (diff)
#102407# (on behalf of BerryJia@openoffice.org) introduced property-is-void attribute for writing generic property values which are void, but not default
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 389c83f274e3..0bf63df8773e 100644
--- a/xmloff/dtd/form.mod
+++ b/xmloff/dtd/form.mod
@@ -1,5 +1,5 @@
<!--
- $Id: form.mod,v 1.12 2002-10-25 08:11:58 fs Exp $
+ $Id: form.mod,v 1.13 2002-11-01 12:30:41 fs Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -337,4 +337,4 @@
<!ATTLIST form:property form:property-name CDATA #REQUIRED>
<!ATTLIST form:property form:property-type (boolean|short|int|long|double|string) #REQUIRED>
<!ELEMENT form:property-value (#PCDATA)>
-
+<!ATTLIST form:property-value form:property-is-void %boolean; #IMPLIED>