summaryrefslogtreecommitdiff
path: root/basegfx/source/range
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-24 11:11:23 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-24 11:11:23 +0000
commita809b5593015488550cf001b185e37b05f5213a9 (patch)
tree643e3b75108cdc424cd2f341e367318ba1ac5ac0 /basegfx/source/range
parent365e5c0ee59fae2475373c59c7d276f8211a219b (diff)
WaE: gcc 4.6.0 various warnings
Diffstat (limited to 'basegfx/source/range')
-rw-r--r--basegfx/source/range/b2drangeclipper.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/basegfx/source/range/b2drangeclipper.cxx b/basegfx/source/range/b2drangeclipper.cxx
index 87991cb7cd71..2d55fdced3a4 100644
--- a/basegfx/source/range/b2drangeclipper.cxx
+++ b/basegfx/source/range/b2drangeclipper.cxx
@@ -600,7 +600,6 @@ namespace basegfx
std::vector<B2DRange>::const_reverse_iterator aCurrRectR=rRanges.rbegin();
std::vector<B2VectorOrientation>::const_reverse_iterator aCurrOrientationR=rOrientations.rbegin();
const std::vector<B2DRange>::const_reverse_iterator aEndR=rRanges.rend();
- const std::vector<B2VectorOrientation>::const_reverse_iterator aEndOrientationR=rOrientations.rend();
while( aCurrRectR != aEndR )
{
const B2DRectangle& rCurrRect( *aCurrRectR++ );