Kaydet (Commit) f5fc6d77 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:implicitboolconversion

Change-Id: If9797eb74b624af7374effd73a8642a7d32efb1e
üst 28e26aa4
......@@ -295,7 +295,7 @@ void SAL_CALL Player::setMute( sal_Bool bSet )
if( !mpPlayer )
return;
mbMuted = (bSet == TRUE);
mbMuted = bSet;
[mpPlayer setMuted:mbMuted];
}
......
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