Kaydet (Commit) e5f24e0c authored tarafından Muthu Subramanian's avatar Muthu Subramanian

n#839727: Crash fix.

üst 6bb564b9
......@@ -660,7 +660,8 @@ Reference< XDataSeries > SeriesConverter::createDataSeries( const TypeGroupConve
{
// Use number format code from Value series
DataSourceModel* pValues = mrModel.maSources.get( SeriesModel::VALUES ).get();
xLabels->maNumberFormat.maFormatCode = pValues->mxDataSeq->maFormatCode;
if( pValues )
xLabels->maNumberFormat.maFormatCode = pValues->mxDataSeq->maFormatCode;
}
DataLabelsConverter aLabelsConv( *this, *xLabels );
aLabelsConv.convertFromModel( xDataSeries, rTypeGroup );
......
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