diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-04-13 21:26:38 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-04-16 12:19:49 +0200 |
commit | f03310eac0162c8b582a0f5f6cb0489d29aaa488 (patch) | |
tree | 146f5e5d56ac7ec3a5e98d64704e999a27ea7539 /slideshow/source/engine/slideshowimpl.cxx | |
parent | f0d07c5b84300e508d49dfceb968cb6a0dae436c (diff) |
loplugin:sequentialassign in sfx2..solenv
Change-Id: I57e11d45aad48713b7c6802e2b6976fd916fc6ba
Reviewed-on: https://gerrit.libreoffice.org/70717
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'slideshow/source/engine/slideshowimpl.cxx')
-rw-r--r-- | slideshow/source/engine/slideshowimpl.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/slideshow/source/engine/slideshowimpl.cxx b/slideshow/source/engine/slideshowimpl.cxx index 3b1cccc8bd75..138491151b81 100644 --- a/slideshow/source/engine/slideshowimpl.cxx +++ b/slideshow/source/engine/slideshowimpl.cxx @@ -890,8 +890,7 @@ SlideSharedPtr SlideShowImpl::makeSlide( return SlideSharedPtr(); //Retrieve polygons for the current slide - PolygonMap::iterator aIter; - aIter = findPolygons(xDrawPage); + PolygonMap::iterator aIter = findPolygons(xDrawPage); const SlideSharedPtr pSlide( createSlide(xDrawPage, xDrawPages, |