diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-02-23 05:46:48 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-02-23 06:42:01 +0100 |
commit | c68ea7ef4a75decae6c157bc49205bedb08192ee (patch) | |
tree | e3fad22895bca52f2ac1418d3dddf34e83c89142 | |
parent | 4725fcd8ea50d565dc443a6cd90011e9dbb6f1b5 (diff) |
don't write axId for dougnught chart, related fdo#63114
Change-Id: I75168888ff8da6f18089311a99135c124c7a7e72
-rw-r--r-- | oox/source/export/chartexport.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx index 46fe76c8eb94..9d4c045c111c 100644 --- a/oox/source/export/chartexport.cxx +++ b/oox/source/export/chartexport.cxx @@ -1396,8 +1396,6 @@ void ChartExport::exportDoughnutChart( Reference< chart2::XChartType > xChartTyp XML_val, I32S( nHoleSize ), FSEND ); - exportAxesId( nAttachedAxis ); - pFS->endElement( FSNS( XML_c, XML_doughnutChart ) ); } |