summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2001-03-28 18:30:09 +0000
committerBjörn Milcke <bm@openoffice.org>2001-03-28 18:30:09 +0000
commit080a5d4d2a9b67820ad28a16b062ec9a7b029f26 (patch)
tree32394b7d35ff0913ffb2c0f12fa3353f83cc32ec /xmloff
parent42ccefbcf52cea04dcb261358a5c7b90deef0fe4 (diff)
#82030# 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')
-rw-r--r--xmloff/source/chart/SchXMLImport.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/chart/SchXMLImport.cxx b/xmloff/source/chart/SchXMLImport.cxx
index 412d5cea7a41..a9c3df42253b 100644
--- a/xmloff/source/chart/SchXMLImport.cxx
+++ b/xmloff/source/chart/SchXMLImport.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: SchXMLImport.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: bm $ $Date: 2001-03-22 12:30:00 $
+ * last change: $Author: bm $ $Date: 2001-03-28 19:30:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -149,6 +149,7 @@ static __FAR_DATA SvXMLTokenMapEntry aPlotAreaElemTokenMap[] =
{ XML_NAMESPACE_CHART, sXML_categories, XML_TOK_PA_CATEGORIES },
{ XML_NAMESPACE_CHART, sXML_wall, XML_TOK_PA_WALL },
{ XML_NAMESPACE_CHART, sXML_floor, XML_TOK_PA_FLOOR },
+ { XML_NAMESPACE_DR3D, sXML_light, XML_TOK_PA_LIGHT_SOURCE },
XML_TOKEN_MAP_END
};