loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: Ie9914a13b46de54897a031e40b6176455b7831fb
This commit is contained in:
@@ -146,7 +146,7 @@ sal_Bool Timer::isTicking() const
|
||||
if (pManager)
|
||||
return pManager->lookupTimer(this);
|
||||
else
|
||||
return sal_False;
|
||||
return false;
|
||||
|
||||
}
|
||||
|
||||
@@ -169,7 +169,7 @@ sal_Bool Timer::expiresBefore(const Timer* pTimer) const
|
||||
}
|
||||
else
|
||||
{
|
||||
return sal_False;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user