summaryrefslogtreecommitdiff
path: root/xmloff/dtd/chart.mod
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2000-10-19 12:49:05 +0000
committerBjörn Milcke <bm@openoffice.org>2000-10-19 12:49:05 +0000
commit7ac13c3025886abc1bbea4af546ba0b6a33fc920 (patch)
tree57983e32f4f44973226e67720b152b7c60eb35b0 /xmloff/dtd/chart.mod
parentd23aa09090e583eb2aae3358dbb8efd6e8a6d44a (diff)
#79107# some namespaces office => chart
Diffstat (limited to 'xmloff/dtd/chart.mod')
-rw-r--r--xmloff/dtd/chart.mod12
1 files changed, 6 insertions, 6 deletions
diff --git a/xmloff/dtd/chart.mod b/xmloff/dtd/chart.mod
index 6c4ddce3aa22..59c1f6f5d629 100644
--- a/xmloff/dtd/chart.mod
+++ b/xmloff/dtd/chart.mod
@@ -1,5 +1,5 @@
<!--
- $Id: chart.mod,v 1.1 2000-09-29 16:16:03 mh Exp $
+ $Id: chart.mod,v 1.2 2000-10-19 13:49:05 bm Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -62,7 +62,7 @@
chart:plot-area,
table:table )>
<!ATTLIST chart:chart
- office:class %chart-class; #REQUIRED
+ chart:class %chart-class; #REQUIRED
svg:width %length; #IMPLIED
svg:height %length; #IMPLIED
chart:style-name %styleName; #IMPLIED >
@@ -136,8 +136,8 @@
<!ELEMENT chart:axis (chart:title?, chart:grid*)>
<!ATTLIST chart:axis
- office:class (category|value|series|domain) #REQUIRED
- office:name %string; #IMPLIED
+ chart:class (category|value|series|domain) #REQUIRED
+ chart:name %string; #IMPLIED
chart:style-name %styleName; #IMPLIED >
<!ATTLIST style:properties
@@ -159,7 +159,7 @@
<!ELEMENT chart:grid EMPTY>
<!ATTLIST chart:grid
- office:class (major|minor) "major"
+ chart:class (major|minor) "major"
chart:style-name %styleName; #IMPLIED >
@@ -178,7 +178,7 @@
<!ATTLIST chart:series
chart:values-cell-range-address %cell-range-address; #REQUIRED
chart:label-cell-address %cell-address; #IMPLIED
- office:class %chart-class; #IMPLIED
+ chart:class %chart-class; #IMPLIED
chart:attached-axis %string; #IMPLIED
chart:style-name %styleName; #IMPLIED >