WaE: control reaches end of non-void function
This commit is contained in:
parent
df69a3839a
commit
adb74e5969
1 changed files with 1 additions and 4 deletions
|
@ -66,10 +66,7 @@ SvXMLImportContext *SvXMLItemSetContext::CreateChildContext( sal_uInt16 nPrefix,
|
|||
return CreateChildContext( nPrefix, rLocalName, xAttrList,
|
||||
rItemSet, *pEntry, rUnitConv );
|
||||
}
|
||||
else
|
||||
{
|
||||
return new SvXMLImportContext( GetImport(), nPrefix, rLocalName );
|
||||
}
|
||||
return new SvXMLImportContext( GetImport(), nPrefix, rLocalName );
|
||||
}
|
||||
|
||||
/** This method is called from this instance implementation of
|
||||
|
|
Loading…
Reference in a new issue