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

fix OOXML validation error in new data table export code

Change-Id: I42b2fcdc914bc8c6066fdfce22ad05b5c01317d9
üst cf5c3e97
...@@ -1069,6 +1069,8 @@ void ChartExport::exportPlotArea( ) ...@@ -1069,6 +1069,8 @@ void ChartExport::exportPlotArea( )
} }
//Axis Data //Axis Data
exportAxes( ); exportAxes( );
// Data Table
exportDataTable();
// shape properties // shape properties
Reference< ::com::sun::star::chart::X3DDisplay > xWallFloorSupplier( mxDiagram, uno::UNO_QUERY ); Reference< ::com::sun::star::chart::X3DDisplay > xWallFloorSupplier( mxDiagram, uno::UNO_QUERY );
...@@ -1080,7 +1082,6 @@ void ChartExport::exportPlotArea( ) ...@@ -1080,7 +1082,6 @@ void ChartExport::exportPlotArea( )
exportShapeProps( xWallPropSet ); exportShapeProps( xWallPropSet );
} }
} }
exportDataTable();
pFS->endElement( FSNS( XML_c, XML_plotArea ) ); pFS->endElement( FSNS( XML_c, XML_plotArea ) );
} }
......
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