diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-09 12:59:44 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-09 13:57:45 +0100 |
commit | a93b691b78c95676d0dcf2724563aa1a8a5a2e8e (patch) | |
tree | 96aeaa5837666e9d7a000990ea3453a66f3435cc /slideshow | |
parent | 4887f9fe2d5bdbf8d760d88a984439efbdf37d5a (diff) |
loplugin:unusedvariable add some more std:: types
Change-Id: Ib15931e415990b56367fe3e1c7cf3f22cc4826d5
Reviewed-on: https://gerrit.libreoffice.org/44529
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/slide/layermanager.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/slideshow/source/engine/slide/layermanager.cxx b/slideshow/source/engine/slide/layermanager.cxx index 579797b23fcd..09c80f2208c1 100644 --- a/slideshow/source/engine/slide/layermanager.cxx +++ b/slideshow/source/engine/slide/layermanager.cxx @@ -722,7 +722,6 @@ namespace slideshow LayerShapeMap::iterator aCurrShapeEntry( maAllShapes.begin() ); LayerShapeMap::iterator aCurrLayerFirstShapeEntry( maAllShapes.begin() ); const LayerShapeMap::iterator aEndShapeEntry ( maAllShapes.end() ); - ShapeUpdateSet aUpdatedShapes; // shapes that need update while( aCurrShapeEntry != aEndShapeEntry ) { const ShapeSharedPtr pCurrShape( aCurrShapeEntry->first ); |