Kaydet (Commit) 947a51f5 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: equality comparison with extraneous parentheses

üst e1b4c4d4
......@@ -305,7 +305,7 @@ void ImpEditEngine::UpdateViews( EditView* pCurView )
// convert to window coordinates ....
aClipRec = pView->pImpEditView->GetWindowPos( aClipRec );
if ( ( pView == pCurView ) )
if ( pView == pCurView )
Paint( pView->pImpEditView, aClipRec, sal_True );
else
pView->GetWindow()->Invalidate( aClipRec );
......
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