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

loplugin:salbool: Automatic rewrite of sal_False/True

Change-Id: I015b172ea88eef9af37303fafa4bdf9749f114b0
üst ac6dc575
......@@ -98,7 +98,7 @@ static sal_Bool REGISTRY_CALLTYPE isReadOnly(RegHandle hReg)
if (hReg)
return static_cast<ORegistry*>(hReg)->isReadOnly();
else
return sal_False;
return false;
}
......
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