fix OOXML validation error in new data table export code
Change-Id: I42b2fcdc914bc8c6066fdfce22ad05b5c01317d9
This commit is contained in:
@@ -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 ) );
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user