summaryrefslogtreecommitdiff
path: root/oox/source
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-12-19 03:53:46 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-12-19 03:55:05 +0100
commitc616d728232ad7c0920455d69f31087b81be6532 (patch)
tree65b5ff122ab09212ec276c8fa2d49afbedc4eb9f /oox/source
parentcf5c3e97b66ef31f2b8db4dca4c8eb179754e694 (diff)
fix OOXML validation error in new data table export code
Change-Id: I42b2fcdc914bc8c6066fdfce22ad05b5c01317d9
Diffstat (limited to 'oox/source')
-rw-r--r--oox/source/export/chartexport.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx
index 6a759d0b101c..7b44d3045f6c 100644
--- a/oox/source/export/chartexport.cxx
+++ b/oox/source/export/chartexport.cxx
@@ -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 ) );
}