summaryrefslogtreecommitdiff
path: root/xmloff/dtd/dtypes.mod
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2001-04-20 12:21:26 +0000
committerMichael Brauer <mib@openoffice.org>2001-04-20 12:21:26 +0000
commitf204c82b95ee897337f59f218e5b043200b1bbae (patch)
tree5267537c6d03fb80baca0da192b3806cf100f624 /xmloff/dtd/dtypes.mod
parentc28a5fa89b3c603cce14cf0443e59ff25a238f4c (diff)
some new attributes
Diffstat (limited to 'xmloff/dtd/dtypes.mod')
-rw-r--r--xmloff/dtd/dtypes.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/xmloff/dtd/dtypes.mod b/xmloff/dtd/dtypes.mod
index 88c66b1d7c2b..b26aa73a86ba 100644
--- a/xmloff/dtd/dtypes.mod
+++ b/xmloff/dtd/dtypes.mod
@@ -1,5 +1,5 @@
<!--
- $Id: dtypes.mod,v 1.12 2001-01-18 14:40:19 cl Exp $
+ $Id: dtypes.mod,v 1.13 2001-04-20 13:21:26 mib Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -136,6 +136,9 @@
<!ENTITY % lengthOrPercentage "CDATA">
<!ENTITY % positiveLengthOrPercentage "CDATA">
+<!-- a pixel length (i.e. 2px) -->
+<!ENTITY % nonNegativePixelLength "CDATA">
+
<!-- a float or a percentage -->
<!ENTITY % floatOrPercentage "CDATA">