From 83d92437e05a9ec872d9303953fa408dd4dcbcde Mon Sep 17 00:00:00 2001 From: Tibor Nagy Date: Sat, 25 Sep 2021 20:12:27 +0200 Subject: tdf#144616 PPTX import: fix hyperlinks on shapes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: László Németh --- oox/source/ppt/pptshapecontext.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oox/source/ppt') 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); } } -- cgit