diff options
author | Björn Milcke <bm@openoffice.org> | 2001-03-28 18:27:11 +0000 |
---|---|---|
committer | Björn Milcke <bm@openoffice.org> | 2001-03-28 18:27:11 +0000 |
commit | 32528db5e17a2dd883e2bf94c15b3e845b07ac27 (patch) | |
tree | f8d05ed4526a6b471412a3ecea2404b1c6af7ede /xmloff/inc | |
parent | 4f9312df96458e7a6c3dd4c3caa41c30c253838a (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/inc')
-rw-r--r-- | xmloff/inc/SchXMLImport.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/inc/SchXMLImport.hxx b/xmloff/inc/SchXMLImport.hxx index 9b511b07dc72..f46d385357d3 100644 --- a/xmloff/inc/SchXMLImport.hxx +++ b/xmloff/inc/SchXMLImport.hxx @@ -2,9 +2,9 @@ * * $RCSfile: SchXMLImport.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: bm $ $Date: 2001-03-04 12:30:53 $ + * last change: $Author: bm $ $Date: 2001-03-28 19:27:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -119,7 +119,8 @@ enum SchXMLPlotAreaElemTokenMap XML_TOK_PA_SERIES, XML_TOK_PA_CATEGORIES, XML_TOK_PA_WALL, - XML_TOK_PA_FLOOR + XML_TOK_PA_FLOOR, + XML_TOK_PA_LIGHT_SOURCE }; enum SchXMLSeriesElemTokenMap |