enable smoothed property export for line charts, fdo#74619
Change-Id: I1b9796411a6f688f2bc7c53212fb4245c55ab3e1
This commit is contained in:
@@ -1822,7 +1822,8 @@ void ChartExport::exportSeries( Reference< chart2::XChartType > xChartType, sal_
|
||||
exportSeriesValues( xValuesSeq, nYValueType );
|
||||
}
|
||||
|
||||
if( eChartType == chart::TYPEID_SCATTER )
|
||||
if( eChartType == chart::TYPEID_SCATTER
|
||||
|| eChartType == chart::TYPEID_LINE )
|
||||
exportSmooth();
|
||||
|
||||
pFS->endElement( FSNS( XML_c, XML_ser ) );
|
||||
|
Reference in New Issue
Block a user