From b89f239aa9d3d4660380bbd0c893aecde0986032 Mon Sep 17 00:00:00 2001 From: Balazs Varga Date: Thu, 14 Feb 2019 16:30:43 +0100 Subject: tdf#97575 Chart OOXML: Export ShapeProps of Error Bars MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Export the shapeProps (fillstyle, linestyle, linewidth, linecolor etc.) of the Error Bars to OOXML. Change-Id: Iff74fa463fdd0fb6ed95e4d1bf0d3e906349860c Reviewed-on: https://gerrit.libreoffice.org/67825 Tested-by: Jenkins Reviewed-by: László Németh --- oox/source/export/chartexport.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'oox/source') diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx index b1c437b53dfe..47c30b1ba569 100644 --- a/oox/source/export/chartexport.cxx +++ b/oox/source/export/chartexport.cxx @@ -3885,6 +3885,8 @@ void ChartExport::exportErrorBar(const Reference< XPropertySet>& xErrorBarProps, FSEND ); } + exportShapeProps( xErrorBarProps ); + pFS->endElement( FSNS( XML_c, XML_errBars) ); } -- cgit