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:
Tor Lillqvist
2013-12-13 12:16:22 +02:00
parent 88b9e7f391
commit 8db5c8c080

View File

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