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

fix validation error in lineChart export, related tdf#57832

Change-Id: I282a6f476830d688837a9731234aaba37a13de16
Reviewed-on: https://gerrit.libreoffice.org/46673Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
(cherry picked from commit 70f9eb96)
Reviewed-on: https://gerrit.libreoffice.org/46767Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
üst e1946d75
......@@ -1691,9 +1691,9 @@ void ChartExport::exportLineChart( const Reference< chart2::XChartType >& xChart
pFS->startElement( FSNS( XML_c, nTypeId ),
FSEND );
exportVaryColors(xChartType);
exportGrouping( );
exportVaryColors(xChartType);
// TODO: show marker symbol in series?
bool bPrimaryAxes = true;
exportSeries(xChartType, *itr, bPrimaryAxes);
......
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