fix OOXML validation error in new data table export code

Change-Id: I42b2fcdc914bc8c6066fdfce22ad05b5c01317d9
This commit is contained in:
Markus Mohrhard
2013-12-19 03:53:46 +01:00
parent cf5c3e97b6
commit c616d72823

View File

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