diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-08-17 11:43:43 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-08-17 11:43:43 +0000 |
commit | 2ce61997212015dc3ff56b879b145867d44ecad6 (patch) | |
tree | 18ed6165d75f07f0db471413f32528dbcb551160 /slideshow/source/engine/shapes/drawshapesubsetting.cxx | |
parent | 197d1f8cfff77a6cb27aa8aca3cab55b53f142bd (diff) |
INTEGRATION: CWS thbpp8b (1.2.10); FILE MERGED
2007/08/03 12:08:19 thb 1.2.10.1: #i80322# Fixing build breaker with stlport5
Diffstat (limited to 'slideshow/source/engine/shapes/drawshapesubsetting.cxx')
-rw-r--r-- | slideshow/source/engine/shapes/drawshapesubsetting.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/engine/shapes/drawshapesubsetting.cxx b/slideshow/source/engine/shapes/drawshapesubsetting.cxx index 843197502a4c..e0c7e4299e40 100644 --- a/slideshow/source/engine/shapes/drawshapesubsetting.cxx +++ b/slideshow/source/engine/shapes/drawshapesubsetting.cxx @@ -4,9 +4,9 @@ * * $RCSfile: drawshapesubsetting.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2007-07-17 14:52:26 $ + * last change: $Author: ihi $ $Date: 2007-08-17 12:43:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -398,7 +398,7 @@ namespace slideshow aEntry.mnStartActionIndex = rEffectiveSubset.getStartIndex(); aEntry.mnEndActionIndex = rEffectiveSubset.getEndIndex(); - ShapeSet::const_iterator aIter; + ShapeSet::iterator aIter; if( (aIter=maSubsetShapes.find( aEntry )) == maSubsetShapes.end() ) return false; // not found, subset was never queried |