diff options
author | Ravindra Vidhate <ravindra.vidhate@synerzip.com> | 2014-03-10 17:36:05 +0530 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-03-12 01:58:59 +0100 |
commit | ede99e0daa0701e2d8568d7ed00e2221a4f6a9f6 (patch) | |
tree | 3277dd11ed41bb948e5307103b1368607ad97968 /oox | |
parent | 76aa23c59b4c81ea7b9d974a1a0a9e39c6bf8741 (diff) |
fdo#75975 crash while saving the DOCX file containing charts
1. Open DOCX file containing Charts
2. Save this file into DOCX format.
3. LO crashed while saving/exporting to DOCX format.
Conflicts:
chart2/qa/extras/chart2export.cxx
Change-Id: I14d4f2c214ce3513b4bd14831771d72498e4486d
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/export/chartexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx index b912bcff6ab1..201d9882d046 100644 --- a/oox/source/export/chartexport.cxx +++ b/oox/source/export/chartexport.cxx @@ -2307,7 +2307,7 @@ void ChartExport::_exportAxis( { pFS->startElement( FSNS( XML_c, XML_minorGridlines ), FSEND ); - exportShapeProps( xMajorGrid ); + exportShapeProps( xMinorGrid ); pFS->endElement( FSNS( XML_c, XML_minorGridlines ) ); } |