Fix warning: statement aligned ... [loplugin]

Change-Id: I8c9da74100d9c3db26ddb3aeaf18b1f199c4a297
This commit is contained in:
Tor Lillqvist 2013-03-26 21:16:03 +02:00
parent 60e55c7c2e
commit dcac52821c

View File

@ -332,7 +332,7 @@ IMPL_LINK_NOARG(SdPhotoAlbumDialog, SelectHdl)
mpGraphicFilter->ImportGraphic( aGraphic, sImgUrl, *pStream, nFilter, NULL, nFilterImportFlags );
else
mpGraphicFilter->ImportGraphic( aGraphic, aURLObj, nFilter, NULL, nFilterImportFlags );
delete pStream;
delete pStream;
}
else
{