diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-04-20 18:45:13 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-04-21 06:44:28 +0200 |
commit | 1a65d2f85a49b47d163083f7b46f026178aed38a (patch) | |
tree | 4e0a8bda885128385701774bbdd977322b94380b /oox | |
parent | 5c0800805dabe0f672b15497fb92e8326f18a0f8 (diff) |
export that we don't support bubble3D, related tdf#90746
Change-Id: Ic3f3f671098a173e05da26c53e3e50fafdf3fd1a
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/export/chartexport.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx index eb93497caa62..58e294ce9305 100644 --- a/oox/source/export/chartexport.cxx +++ b/oox/source/export/chartexport.cxx @@ -1433,6 +1433,11 @@ void ChartExport::exportBubbleChart( Reference< chart2::XChartType > xChartType sal_Int32 nAttachedAxis = AXIS_PRIMARY_Y; exportSeries( xChartType, nAttachedAxis ); + + pFS->singleElement(FSNS(XML_c, XML_bubble3D), + XML_val, "0", + FSEND); + exportAxesId( nAttachedAxis ); pFS->endElement( FSNS( XML_c, XML_bubbleChart ) ); |