Kaydet (Commit) d65114ee authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) Petr Mladek

change order to allow validation of chart part

My simple test file is finally valid but is still now shown in Excel.
There must be another bug in our exporter.

Change-Id: Ib55e5b32edc3a556e9081b3008df539275dc289b
(cherry picked from commit e81d0c40)
Reviewed-on: https://gerrit.libreoffice.org/3657Reviewed-by: 's avatarKohei Yoshida <kohei.yoshida@suse.de>
Tested-by: 's avatarKohei Yoshida <kohei.yoshida@suse.de>
üst db9012ec
......@@ -2187,6 +2187,9 @@ void ChartExport::_exportAxis(
XML_val, sTickLblPos,
FSEND );
// shape properties
exportShapeProps( xAxisProp );
pFS->singleElement( FSNS( XML_c, XML_crossAx ),
XML_val, I32S( aAxisIdPair.nCrossAx ),
FSEND );
......@@ -2281,8 +2284,6 @@ void ChartExport::_exportAxis(
FSEND );
}
// shape properties
exportShapeProps( xAxisProp );
// TODO: text properties
pFS->endElement( FSNS( XML_c, nAxisType ) );
......
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