Kaydet (Commit) e874ace3 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1187640 this code has no effect

Change-Id: I526e636fe80001f4cd5c94f0ba1df27134895d83
üst 71667fe1
...@@ -2699,7 +2699,6 @@ void ToolBox::ImplFormat( bool bResize ) ...@@ -2699,7 +2699,6 @@ void ToolBox::ImplFormat( bool bResize )
while ( it != mpData->m_aItems.end() ) while ( it != mpData->m_aItems.end() )
{ {
it->maRect = it->maCalcRect; it->maRect = it->maCalcRect;
it->maRect.IsOver(aVisibleRect);
++it; ++it;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment