summaryrefslogtreecommitdiff
path: root/xmloff/dtd/chart.mod
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2000-12-03 16:25:05 +0000
committerChristian Lippka <cl@openoffice.org>2000-12-03 16:25:05 +0000
commit75a6ff4bb42194c799b773d5585d39aead1dd755 (patch)
tree10908d5598aa97875c7af38c77713b6700e44e0e /xmloff/dtd/chart.mod
parent3deee808bdc5f50fa275ae3fee902f16840694c4 (diff)
#80540# added draw attributes to chart:chart
Diffstat (limited to 'xmloff/dtd/chart.mod')
-rw-r--r--xmloff/dtd/chart.mod8
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/dtd/chart.mod b/xmloff/dtd/chart.mod
index 8af134099187..78756cca5284 100644
--- a/xmloff/dtd/chart.mod
+++ b/xmloff/dtd/chart.mod
@@ -1,5 +1,5 @@
<!--
- $Id: chart.mod,v 1.5 2000-11-24 09:46:19 bm Exp $
+ $Id: chart.mod,v 1.6 2000-12-03 17:25:05 cl Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -64,8 +64,10 @@
<!ATTLIST chart:chart
chart:class %chart-class; #REQUIRED
chart:add-in-name: %string; #IMPLIED
- svg:width %length; #IMPLIED
- svg:height %length; #IMPLIED
+ draw:name %string; #IMPLIED
+ %draw-position;
+ %draw-size;
+ %draw-style-name;
chart:style-name %styleName; #IMPLIED>
<!ATTLIST chart:chart %presentation-class; >