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

n#706792: Fix crash while opening certain pptx files.

üst 11e22737
......@@ -196,7 +196,7 @@ void DataLabelConverter::convertFromModel( const Reference< XDataSeries >& rxDat
PropertySet aPropSet( rxDataSeries->getDataPointByIndex( mrModel.mnIndex ) );
lclConvertLabelFormatting( aPropSet, getFormatter(), mrModel, rTypeGroup, false );
if( !mrModel.mxLayout->mbAutoLayout )
if( mrModel.mxLayout && !mrModel.mxLayout->mbAutoLayout )
{
// bnc#694340 - nasty hack - chart2 cannot individually
// place data labels, let's try to find a useful
......
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