diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-04-16 02:04:51 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-04-16 02:23:37 +0200 |
commit | cb2063832dd64d39ec57d70d0637fe23412c096d (patch) | |
tree | 1df3b93cd6472fed1b27b6dde3c69fd358dd13a2 /oox | |
parent | 09a1e4f36128f64029d45a38d9b059bf11ea0821 (diff) |
we don't support roundedCorners, tdf#90533
Change-Id: Ic02c8c265792356fccedb310a44997443e46589a
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/export/chartexport.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx index edc1176441e0..63d77659ec8a 100644 --- a/oox/source/export/chartexport.cxx +++ b/oox/source/export/chartexport.cxx @@ -745,6 +745,10 @@ void ChartExport::exportChartSpace( Reference< ::com::sun::star::chart::XChartDo XML_val, "en-US", FSEND ); + pFS->singleElement(FSNS( XML_c, XML_roundedCorners), + XML_val, "0", + FSEND); + if( !bIncludeTable ) { // TODO:external data |