summaryrefslogtreecommitdiff
path: root/xmloff/dtd/style.mod
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-04-02 10:04:15 +0000
committerSascha Ballach <sab@openoffice.org>2001-04-02 10:04:15 +0000
commit22d6ef871932e61aba6592c64b06cac97d3ccdf1 (patch)
treee9ff9e88e34a5971711b5cb2a56cb5da49ecce9c /xmloff/dtd/style.mod
parent9cc9414c2b6bead1d5ce31426ae3faa5cde889b4 (diff)
#80363# add new properties of the default style
Diffstat (limited to 'xmloff/dtd/style.mod')
-rw-r--r--xmloff/dtd/style.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/xmloff/dtd/style.mod b/xmloff/dtd/style.mod
index 09ef933ec38d..98fd39031811 100644
--- a/xmloff/dtd/style.mod
+++ b/xmloff/dtd/style.mod
@@ -1,5 +1,5 @@
<!--
- $Id: style.mod,v 1.30 2001-02-11 13:41:04 cl Exp $
+ $Id: style.mod,v 1.31 2001-04-02 11:04:15 sab Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -302,6 +302,9 @@
<!ATTLIST style:properties text:number-lines %boolean; "false">
<!ATTLIST style:properties text:line-number %nonNegativeInteger; #IMPLIED>
+<!ATTLIST style:properties style:decimal-places %nonNegativeInteger; #IMPLIED>
+<!ATTLIST style:properties style:tab-stop-distance %nonNegativeLength; #IMPLIED>
+
<!-- table properties -->
<!ATTLIST style:properties style:width %positiveLength; #IMPLIED>
<!ATTLIST style:properties style:rel-width %percentage; #IMPLIED>