oox/source/export/chartexport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit eca80d17b9a7d2d8e15c74965de0c78674b00502 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Mon Dec 18 22:14:59 2017 +0100 don't export category info to bubble charts, tdf#103988 Change-Id: Ic2ecd959841172db3f4016b4a1ba667238c6c508 Reviewed-on: https://gerrit.libreoffice.org/46749 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrh...@googlemail.com> (cherry picked from commit 1252f32496193e8ed532de744db31413768b8efa) Reviewed-on: https://gerrit.libreoffice.org/46815 Reviewed-by: Eike Rathke <er...@redhat.com> diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx index e95835ccffbb..2ffb03fa7ba4 100644 --- a/oox/source/export/chartexport.cxx +++ b/oox/source/export/chartexport.cxx @@ -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) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits