xmloff: fix this CreateChildContext to be properly ignorant

Change-Id: I0b5cc271768ba29d039abb05408ccbd686c18544
This commit is contained in:
Michael Stahl
2017-02-08 22:28:09 +01:00
parent 858bd8b8be
commit 3ce68a2a7c

View File

@@ -3505,7 +3505,7 @@ SvXMLImportContext *SdXMLFrameShapeContext::CreateChildContext( sal_uInt16 nPref
if( pPluginContext && pPluginContext->getMimeType() == "model/vnd.gltf+json" )
{
mxImplContext = nullptr;
return this;
return new SvXMLImportContext(GetImport(), nPrefix, rLocalName);
}
}
#endif