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

we don't support roundedCorners, tdf#90533

Change-Id: Ic02c8c265792356fccedb310a44997443e46589a
üst 09a1e4f3
......@@ -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
......
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