diff options
author | Tibor Nagy <nagy.tibor2@nisz.hu> | 2021-09-25 20:12:27 +0200 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2021-10-01 17:29:14 +0200 |
commit | 83d92437e05a9ec872d9303953fa408dd4dcbcde (patch) | |
tree | 7a92464b2eac494170bd80b6ea73d36467d486e4 /oox | |
parent | 097257d5e5ccf5026db42b8bb459dc78390dc9e5 (diff) |
tdf#144616 PPTX import: fix hyperlinks on shapes
Follow-up to commit 6e200689eb309cdbe1e4f08311a400835de19bfb
"tdf#141704 PPTX import: fix hyperlinks on images"
Change-Id: Ie9f1ba56d03462bb8d7ab376e23c89c921a8bcd6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122610
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/ppt/pptshapecontext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ppt/pptshapecontext.cxx b/oox/source/ppt/pptshapecontext.cxx index 62351c913567..d7f3d90f2d0f 100644 --- a/oox/source/ppt/pptshapecontext.cxx +++ b/oox/source/ppt/pptshapecontext.cxx @@ -187,7 +187,7 @@ ContextHandlerRef PPTShapeContext::onCreateContext( sal_Int32 aElementToken, con } } - return this; + return ShapeContext::onCreateContext(aElementToken, rAttribs); } } |