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

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
üst 3812e99e
...@@ -2188,6 +2188,9 @@ void ChartExport::_exportAxis( ...@@ -2188,6 +2188,9 @@ void ChartExport::_exportAxis(
XML_val, sTickLblPos, XML_val, sTickLblPos,
FSEND ); FSEND );
// shape properties
exportShapeProps( xAxisProp );
pFS->singleElement( FSNS( XML_c, XML_crossAx ), pFS->singleElement( FSNS( XML_c, XML_crossAx ),
XML_val, I32S( aAxisIdPair.nCrossAx ), XML_val, I32S( aAxisIdPair.nCrossAx ),
FSEND ); FSEND );
...@@ -2282,8 +2285,6 @@ void ChartExport::_exportAxis( ...@@ -2282,8 +2285,6 @@ void ChartExport::_exportAxis(
FSEND ); FSEND );
} }
// shape properties
exportShapeProps( xAxisProp );
// TODO: text properties // TODO: text properties
pFS->endElement( FSNS( XML_c, nAxisType ) ); 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