Kaydet (Commit) eca80d17 authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) Eike Rathke

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/46815Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
üst 64844082
......@@ -2122,7 +2122,7 @@ void ChartExport::exportSeries( const Reference<chart2::XChartType>& xChartType,
}
// export categories
if( eChartType != chart::TYPEID_SCATTER && mxCategoriesValues.is() )
if( eChartType != chart::TYPEID_SCATTER && eChartType != chart::TYPEID_BUBBLE && mxCategoriesValues.is() )
exportSeriesCategory( mxCategoriesValues );
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