summaryrefslogtreecommitdiff
path: root/xmloff/dtd/chart.mod
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2001-03-28 18:27:11 +0000
committerBjörn Milcke <bm@openoffice.org>2001-03-28 18:27:11 +0000
commit32528db5e17a2dd883e2bf94c15b3e845b07ac27 (patch)
treef8d05ed4526a6b471412a3ecea2404b1c6af7ede /xmloff/dtd/chart.mod
parent4f9312df96458e7a6c3dd4c3caa41c30c253838a (diff)
in the plot-area there may be light-source elements if the plot-area is a 3d scene (ie the chart is a 3d chart)
Diffstat (limited to 'xmloff/dtd/chart.mod')
-rw-r--r--xmloff/dtd/chart.mod5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/dtd/chart.mod b/xmloff/dtd/chart.mod
index c8290fe1b895..0bae668ce21b 100644
--- a/xmloff/dtd/chart.mod
+++ b/xmloff/dtd/chart.mod
@@ -1,5 +1,5 @@
<!--
- $Id: chart.mod,v 1.12 2001-01-30 13:55:21 cl Exp $
+ $Id: chart.mod,v 1.13 2001-03-28 19:25:33 bm Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -118,7 +118,8 @@
<!-- Plot-Area specification -->
-<!ELEMENT chart:plot-area (chart:axis*,
+<!ELEMENT chart:plot-area (dr3d:light*,
+ chart:axis*,
chart:categories?,
chart:series*,
chart:wall?,