diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-26 21:16:03 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-26 21:17:05 +0200 |
commit | dcac52821c28d2e6cd1240cdafaabb4c47b32dcf (patch) | |
tree | 769fa5fb036887f77da07e0d444582e441caa78d /sd | |
parent | 60e55c7c2e9f9e6ad389b4527fa6332378e55e12 (diff) |
Fix warning: statement aligned ... [loplugin]
Change-Id: I8c9da74100d9c3db26ddb3aeaf18b1f199c4a297
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/dlg/PhotoAlbumDialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |