xmloff: fix this CreateChildContext to be properly ignorant
Change-Id: I0b5cc271768ba29d039abb05408ccbd686c18544
This commit is contained in:
@@ -3505,7 +3505,7 @@ SvXMLImportContext *SdXMLFrameShapeContext::CreateChildContext( sal_uInt16 nPref
|
|||||||
if( pPluginContext && pPluginContext->getMimeType() == "model/vnd.gltf+json" )
|
if( pPluginContext && pPluginContext->getMimeType() == "model/vnd.gltf+json" )
|
||||||
{
|
{
|
||||||
mxImplContext = nullptr;
|
mxImplContext = nullptr;
|
||||||
return this;
|
return new SvXMLImportContext(GetImport(), nPrefix, rLocalName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user