Kaydet (Commit) de4ce7d5 authored tarafından Zdibák Zoltán's avatar Zdibák Zoltán Kaydeden (comit) Julien Nabet

cppCheck redundantAssignment

Change-Id: I829c660c6c73868ac6a0f74e554d99c54d9f0ea8
Reviewed-on: https://gerrit.libreoffice.org/63245
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 3c87a48c
......@@ -716,9 +716,7 @@ SvXMLImportContext *SdXMLImport::CreateFontDeclsContext(const OUString& rLocalNa
SvXMLImportContext *SdXMLImport::CreateScriptContext(
const OUString& rLocalName )
{
SvXMLImportContext *pContext = nullptr;
pContext = new XMLScriptContext( *this, rLocalName, GetModel() );
SvXMLImportContext *pContext = new XMLScriptContext( *this, rLocalName, GetModel() );
return pContext;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment