Kaydet (Commit) 90d922b6 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS chart05 (1.86.6); FILE MERGED

2007/05/30 12:37:14 iha 1.86.6.1: #i77915# 3D xy chart should be deep - export default charttype if none was found in chart
üst d2799b94
......@@ -4,9 +4,9 @@
*
* $RCSfile: SchXMLExport.cxx,v $
*
* $Revision: 1.86 $
* $Revision: 1.87 $
*
* last change: $Author: vg $ $Date: 2007-05-22 16:06:15 $
* last change: $Author: obo $ $Date: 2007-06-11 14:52:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -972,6 +972,10 @@ void SchXMLExportHelper::parseDocument( Reference< chart::XChartDocument >& rCha
{
enum XMLTokenEnum eXMLChartType = SchXMLTools::getTokenByChartType( sChartType, true /* bUseOldNames */ );
DBG_ASSERT( eXMLChartType != XML_TOKEN_INVALID, "invalid chart class" );
if( eXMLChartType == XML_TOKEN_INVALID )
eXMLChartType = XML_BAR;
if( eXMLChartType == XML_ADD_IN )
{
// sChartType is the servie-name of the add-in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment