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

we use the correct OOXML default value now

Change-Id: I1aad3e40ad61a1397b619bdc6e0f578e2c9c141e
üst c16dcf91
......@@ -859,7 +859,12 @@ void ChartExport::exportChart( Reference< ::com::sun::star::chart::XChartDocumen
{
Reference< drawing::XShape > xShape = rChartDoc->getTitle();
if( xShape.is() )
{
exportTitle( xShape );
pFS->singleElement( FSNS(XML_c, XML_autoTitleDeleted),
XML_val, "0",
FSEND);
}
}
InitPlotArea( );
if( mbIs3DChart )
......
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