summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorDaniel Arato (NISZ) <arato.daniel@nisz.hu>2020-08-24 17:29:08 +0200
committerLászló Németh <nemeth@numbertext.org>2020-08-31 10:12:41 +0200
commit0c5ac9d1cb39eac838a612092a8934a6ca12326f (patch)
tree597bd36bc0f86ee6a48c0aad1de67dce49d5593f /oox
parent284dbd865d1788ba8f31e736555dd9e9af8ffa7c (diff)
tdf#121189 PPTX export: fix missing chart
Based on Regina Henschel's technical analysis and code pointer. Change-Id: Ifdea48c09d23dce495fa6bc90a9e1648dbb5ccb3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101283 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'oox')
-rw-r--r--oox/source/export/shapes.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/export/shapes.cxx b/oox/source/export/shapes.cxx
index 3121aa745a16..e7997226f689 100644
--- a/oox/source/export/shapes.cxx
+++ b/oox/source/export/shapes.cxx
@@ -1490,6 +1490,7 @@ static const NameToConvertMapType& lcl_GetConverters()
{ "com.sun.star.presentation.GraphicObjectShape" , &ShapeExport::WriteGraphicObjectShape },
{ "com.sun.star.presentation.MediaShape" , &ShapeExport::WriteGraphicObjectShape },
+ { "com.sun.star.presentation.ChartShape" , &ShapeExport::WriteOLE2Shape },
{ "com.sun.star.presentation.OLE2Shape" , &ShapeExport::WriteOLE2Shape },
{ "com.sun.star.presentation.TableShape" , &ShapeExport::WriteTableShape },
{ "com.sun.star.presentation.TextShape" , &ShapeExport::WriteTextShape },