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

export that we don't support bubble3D, related tdf#90746

Change-Id: Ic3f3f671098a173e05da26c53e3e50fafdf3fd1a
üst 5c080080
...@@ -1433,6 +1433,11 @@ void ChartExport::exportBubbleChart( Reference< chart2::XChartType > xChartType ...@@ -1433,6 +1433,11 @@ void ChartExport::exportBubbleChart( Reference< chart2::XChartType > xChartType
sal_Int32 nAttachedAxis = AXIS_PRIMARY_Y; sal_Int32 nAttachedAxis = AXIS_PRIMARY_Y;
exportSeries( xChartType, nAttachedAxis ); exportSeries( xChartType, nAttachedAxis );
pFS->singleElement(FSNS(XML_c, XML_bubble3D),
XML_val, "0",
FSEND);
exportAxesId( nAttachedAxis ); exportAxesId( nAttachedAxis );
pFS->endElement( FSNS( XML_c, XML_bubbleChart ) ); pFS->endElement( FSNS( XML_c, XML_bubbleChart ) );
......
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