WaE: statement aligned ... [loplugin]
Either missing braces around the else branch, or inconsistent indentation. I guessed it was the former and added braces. Change-Id: Ic5e7db892774d48ba6db09a40741e5fbbdc95994
This commit is contained in:
@@ -1583,9 +1583,11 @@ sal_uInt16 GraphicFilter::ImportGraphic( Graphic& rGraphic, const OUString& rPat
|
||||
if( rIStream.GetError() )
|
||||
nStatus = GRFILTER_FORMATERROR;
|
||||
else
|
||||
{
|
||||
rGraphic.SetDefaultType();
|
||||
rIStream.Seek( STREAM_SEEK_TO_END );
|
||||
eLinkType = GFX_LINK_TYPE_NATIVE_MOV;
|
||||
}
|
||||
}
|
||||
else if( aFilterName.equalsIgnoreAsciiCase( IMP_WMF ) ||
|
||||
aFilterName.equalsIgnoreAsciiCase( IMP_EMF ) )
|
||||
|
Reference in New Issue
Block a user