don't assume varyColors for bubbleChart, related tdf#90876

Change-Id: If31ce89380424b7248e49f3d4ab40e35106378c4
This commit is contained in:
Markus Mohrhard
2015-05-03 06:58:28 +02:00
parent dcc6c0770d
commit 3e2f2e562c

View File

@@ -1626,6 +1626,11 @@ void ChartExport::exportBubbleChart( Reference< chart2::XChartType > xChartType
pFS->startElement( FSNS( XML_c, XML_bubbleChart ),
FSEND );
const char* varyColors = "0";
pFS->singleElement( FSNS( XML_c, XML_varyColors ),
XML_val, varyColors,
FSEND );
sal_Int32 nAttachedAxis = AXIS_PRIMARY_Y;
exportSeries( xChartType, nAttachedAxis );