diff options
author | Björn Milcke <bm@openoffice.org> | 2000-11-24 08:46:19 +0000 |
---|---|---|
committer | Björn Milcke <bm@openoffice.org> | 2000-11-24 08:46:19 +0000 |
commit | fd0f4c2fb33c3fdf9cbb421fd3cec78a927b522e (patch) | |
tree | 51c22dd3ddf29d7f2369e76ab1f202e13aa16258 /xmloff/dtd/chart.mod | |
parent | 76090503d716a046be6faec5e452234c97480a58 (diff) |
#80523# +chart class add-in, +chart attribute add-in-name
Diffstat (limited to 'xmloff/dtd/chart.mod')
-rw-r--r-- | xmloff/dtd/chart.mod | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/dtd/chart.mod b/xmloff/dtd/chart.mod index a51f2e4b7468..8af134099187 100644 --- a/xmloff/dtd/chart.mod +++ b/xmloff/dtd/chart.mod @@ -1,5 +1,5 @@ <!-- - $Id: chart.mod,v 1.4 2000-11-23 19:48:03 cl Exp $ + $Id: chart.mod,v 1.5 2000-11-24 09:46:19 bm Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -54,7 +54,7 @@ --> -<!ENTITY % chart-class "(line|area|circle|ring|scatter|radar|bar|stock)"> +<!ENTITY % chart-class "(line|area|circle|ring|scatter|radar|bar|stock|add-in)"> <!ENTITY % chart-solid-type "(cuboid|cylinder|cone|pyramid)"> <!-- Chart element --> @@ -63,6 +63,7 @@ table:table )> <!ATTLIST chart:chart chart:class %chart-class; #REQUIRED + chart:add-in-name: %string; #IMPLIED svg:width %length; #IMPLIED svg:height %length; #IMPLIED chart:style-name %styleName; #IMPLIED> |