summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorBalazs Varga <balazs.varga991@gmail.com>2019-02-14 16:30:43 +0100
committerBartosz Kosiorek <gang65@poczta.onet.pl>2019-03-05 08:52:37 +0100
commit66b9f180c865d0ed57a297fe439a068f513b0fc6 (patch)
treed1b208546cd9ca5cec38871d9ab4ddbe23a5760c /oox
parent5ccbdb6551931a18bb60a961455f93ac918cc7e8 (diff)
tdf#97575 Chart OOXML: Export ShapeProps of Error Bars
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 <nemeth@numbertext.org> (cherry picked from commit b89f239aa9d3d4660380bbd0c893aecde0986032) Reviewed-on: https://gerrit.libreoffice.org/67950 Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
Diffstat (limited to 'oox')
-rw-r--r--oox/source/export/chartexport.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx
index 05a2946f9e4a..cf6dcab3139c 100644
--- a/oox/source/export/chartexport.cxx
+++ b/oox/source/export/chartexport.cxx
@@ -3868,6 +3868,8 @@ void ChartExport::exportErrorBar(const Reference< XPropertySet>& xErrorBarProps,
FSEND );
}
+ exportShapeProps( xErrorBarProps );
+
pFS->endElement( FSNS( XML_c, XML_errBars) );
}