diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-04-27 05:49:51 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-04-27 06:26:17 +0200 |
commit | e7232574e2050fea57b06cf1e87177bc419974da (patch) | |
tree | d91c24ffa47868752f4f29aee84ae7635abcab41 /oox | |
parent | bcf295f9ca05f5b8d40ef2747b46dfb5564a74a9 (diff) |
support more font properties for title OOXML export, tdf#90532
Change-Id: Ib620d279332f61fb2ca1deee4b47802f995a76a1
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/export/chartexport.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx index c8fb4c9e2693..5bfa5fe38326 100644 --- a/oox/source/export/chartexport.cxx +++ b/oox/source/export/chartexport.cxx @@ -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 ), |