Kaydet (Commit) 423addf8 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

don't export category info to bubble charts, tdf#103988

Change-Id: Ic2ecd959841172db3f4016b4a1ba667238c6c508
Reviewed-on: https://gerrit.libreoffice.org/46749Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
(cherry picked from commit 1252f324)
Reviewed-on: https://gerrit.libreoffice.org/46803
üst 3fb74dbb
...@@ -1975,7 +1975,7 @@ void ChartExport::exportSeries( const Reference<chart2::XChartType>& xChartType, ...@@ -1975,7 +1975,7 @@ void ChartExport::exportSeries( const Reference<chart2::XChartType>& xChartType,
} }
// export categories // export categories
if( eChartType != chart::TYPEID_SCATTER && mxCategoriesValues.is() ) if( eChartType != chart::TYPEID_SCATTER && eChartType != chart::TYPEID_BUBBLE && mxCategoriesValues.is() )
exportSeriesCategory( mxCategoriesValues ); exportSeriesCategory( mxCategoriesValues );
if( (eChartType == chart::TYPEID_SCATTER) if( (eChartType == chart::TYPEID_SCATTER)
......
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