From dcac52821c28d2e6cd1240cdafaabb4c47b32dcf Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 26 Mar 2013 21:16:03 +0200 Subject: Fix warning: statement aligned ... [loplugin] Change-Id: I8c9da74100d9c3db26ddb3aeaf18b1f199c4a297 --- sd/source/ui/dlg/PhotoAlbumDialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') diff --git a/sd/source/ui/dlg/PhotoAlbumDialog.cxx b/sd/source/ui/dlg/PhotoAlbumDialog.cxx index 2944b5978e8d..bd87f341ae2f 100644 --- a/sd/source/ui/dlg/PhotoAlbumDialog.cxx +++ b/sd/source/ui/dlg/PhotoAlbumDialog.cxx @@ -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 { -- cgit