summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-27 10:02:22 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-27 12:57:26 +0000
commite874ace32b6cce60de8becca5bd5d137f3996fc8 (patch)
tree502aa284d74660676fe4e66870d25469a1f6cf32 /vcl
parent71667fe1f2d53552e8f256c21f20e5ba7049516b (diff)
coverity#1187640 this code has no effect
Change-Id: I526e636fe80001f4cd5c94f0ba1df27134895d83
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/toolbox.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/window/toolbox.cxx b/vcl/source/window/toolbox.cxx
index 992cbf3777c5..439b3df6400d 100644
--- a/vcl/source/window/toolbox.cxx
+++ b/vcl/source/window/toolbox.cxx
@@ -2699,7 +2699,6 @@ void ToolBox::ImplFormat( bool bResize )
while ( it != mpData->m_aItems.end() )
{
it->maRect = it->maCalcRect;
- it->maRect.IsOver(aVisibleRect);
++it;
}
}