WaE: control reaches end of non-void function

This commit is contained in:
Tor Lillqvist
2011-09-30 10:19:05 +03:00
parent df69a3839a
commit adb74e5969

View File

@@ -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