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

support more font properties for title OOXML export, tdf#90532

Change-Id: Ib620d279332f61fb2ca1deee4b47802f995a76a1
üst bcf295f9
......@@ -1106,8 +1106,9 @@ void ChartExport::exportTitle( Reference< XShape > xShape )
pFS->startElement( FSNS( XML_a, XML_pPr ),
FSEND );
pFS->singleElement( FSNS( XML_a, XML_defRPr ),
FSEND );
WriteRunProperties(xPropSet, false, XML_defRPr);
pFS->endElement( FSNS( XML_a, XML_pPr ) );
pFS->startElement( FSNS( XML_a, XML_r ),
......
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