summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximplink.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/ximplink.cxx')
-rw-r--r--xmloff/source/draw/ximplink.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmloff/source/draw/ximplink.cxx b/xmloff/source/draw/ximplink.cxx
index 9de9cb753cca..db28b619e026 100644
--- a/xmloff/source/draw/ximplink.cxx
+++ b/xmloff/source/draw/ximplink.cxx
@@ -62,8 +62,7 @@ SvXMLImportContextRef SdXMLShapeLinkContext::CreateChildContext( sal_uInt16 nPre
return pContext;
}
- // call parent when no own context was created
- return SvXMLImportContext::CreateChildContext( nPrefix, rLocalName, xAttrList);
+ return nullptr;
}