Kaydet (Commit) 81b9d431 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

c:varyColor is true by default in Excel

And another step closer to opening my test file correctly in Excel.

Change-Id: Ib6aa8ddb2f2792513c7263d86865e08fe5f1483d
üst 5c19f86a
......@@ -1330,6 +1330,10 @@ void ChartExport::exportScatterChart( Reference< chart2::XChartType > xChartType
XML_val, scatterStyle,
FSEND );
pFS->singleElement( FSNS( XML_c, XML_varyColors ),
XML_val, "0",
FSEND );
// FIXME: should export xVal and yVal
sal_Int32 nAttachedAxis = AXIS_PRIMARY_Y;
exportSeries( xChartType, nAttachedAxis );
......
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