Kaydet (Commit) d39845d5 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS chart17 (1.38.22); FILE MERGED

2007/10/12 12:38:49 bm 1.38.22.1: #i7998# equations for regression curves
üst a4903679
......@@ -4,9 +4,9 @@
*
* $RCSfile: SchXMLChartContext.cxx,v $
*
* $Revision: 1.38 $
* $Revision: 1.39 $
*
* last change: $Author: ihi $ $Date: 2007-08-17 12:04:55 $
* last change: $Author: ihi $ $Date: 2007-11-23 11:35:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -1057,7 +1057,7 @@ SvXMLImportContext* SchXMLChartContext::CreateChildContext(
meDataRowSource,
maSeriesDefaultsAndStyles,
maChartTypeServiceName,
maLSequencesPerIndex );
maLSequencesPerIndex, maChartSize );
break;
case XML_TOK_CHART_TITLE:
......@@ -1130,6 +1130,7 @@ void SchXMLChartContext::InitChart(
const OUString & rChartTypeServiceName, // currently the old service name
sal_Bool /* bSetSwitchData */ )
{
maChartSize = aChartSize;
uno::Reference< chart::XChartDocument > xDoc = mrImportHelper.GetChartDocument();
DBG_ASSERT( xDoc.is(), "No valid document!" );
uno::Reference< frame::XModel > xModel (xDoc, uno::UNO_QUERY );
......
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