diff options
author | Christian Lippka <cl@openoffice.org> | 2002-10-09 15:12:06 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2002-10-09 15:12:06 +0000 |
commit | 333d1e96149d968b579605dcfee9cb229428d513 (patch) | |
tree | 96a2b441ef7e92b4b5af0291339a1c271a137a94 /xmloff/dtd/drawing.mod | |
parent | 00a0b5b0d4fbdae0e8871d7285eb4186f68b55b1 (diff) |
#101297# keep number of decimal places persistent for measure lines
Diffstat (limited to 'xmloff/dtd/drawing.mod')
-rw-r--r-- | xmloff/dtd/drawing.mod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmloff/dtd/drawing.mod b/xmloff/dtd/drawing.mod index 1271ec972935..c0388ae99db7 100644 --- a/xmloff/dtd/drawing.mod +++ b/xmloff/dtd/drawing.mod @@ -1,5 +1,5 @@ <!-- - $Id: drawing.mod,v 1.78 2002-09-30 09:33:39 mib Exp $ + $Id: drawing.mod,v 1.79 2002-10-09 16:08:24 cl Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -398,6 +398,7 @@ <!ATTLIST style:properties draw:show-unit %boolean; #IMPLIED> <!ATTLIST style:properties draw:placing (below|above) #IMPLIED> <!ATTLIST style:properties draw:parallel %boolean; #IMPLIED> +<!ATTLIST style:properties draw:decimal-plaaces %nonNegativeLength; #IMPLIED> <!-- frame attributes --> <!ATTLIST style:properties draw:frame-display-scrollbar %boolean; #IMPLIED> |