Kaydet (Commit) aa155d93 authored tarafından Tor Lillqvist's avatar Tor Lillqvist Kaydeden (comit) Tor Lillqvist

WaE: equality comparison with extraneous parentheses

üst fd58025d
...@@ -483,7 +483,7 @@ void DlgEditor::MouseButtonUp( const MouseEvent& rMEvt ) ...@@ -483,7 +483,7 @@ void DlgEditor::MouseButtonUp( const MouseEvent& rMEvt )
{ {
sal_Bool bRet = pFunc->MouseButtonUp( rMEvt ); sal_Bool bRet = pFunc->MouseButtonUp( rMEvt );
if( (eMode == DLGED_INSERT) ) if( eMode == DLGED_INSERT )
bCreateOK = bRet; bCreateOK = bRet;
} }
......
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