[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - oox/source

Markus Mohrhard markus.mohrhard at googlemail.com
Tue Dec 19 19:46:17 UTC 2017


 oox/source/export/chartexport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 423addf8bf0bbc7a2e14faffffcdddd035bc145a
Author: Markus Mohrhard <markus.mohrhard at 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 <ci at libreoffice.org>
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
    (cherry picked from commit 1252f32496193e8ed532de744db31413768b8efa)
    Reviewed-on: https://gerrit.libreoffice.org/46803

diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx
index 1ea6ab3c1550..598b9e302a4a 100644
--- a/oox/source/export/chartexport.cxx
+++ b/oox/source/export/chartexport.cxx
@@ -1975,7 +1975,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)


More information about the Libreoffice-commits mailing list