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

by default we don't want the title to overlay with the chart area

Change-Id: I50ffc3419938dbf3bfef2a83d8148e495ce649cf
üst f8d55544
...@@ -1070,6 +1070,10 @@ void ChartExport::exportTitle( Reference< XShape > xShape ) ...@@ -1070,6 +1070,10 @@ void ChartExport::exportTitle( Reference< XShape > xShape )
pFS->singleElement( FSNS( XML_c, XML_layout ), pFS->singleElement( FSNS( XML_c, XML_layout ),
FSEND ); FSEND );
pFS->singleElement( FSNS(XML_c, XML_overlay),
XML_val, "0",
FSEND);
pFS->endElement( FSNS( XML_c, XML_title ) ); pFS->endElement( FSNS( XML_c, XML_title ) );
} }
......
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