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

loplugin:salbool: Automatic rewrite of sal_False/True

Change-Id: Ie9914a13b46de54897a031e40b6176455b7831fb
üst abe81a0b
...@@ -146,7 +146,7 @@ sal_Bool Timer::isTicking() const ...@@ -146,7 +146,7 @@ sal_Bool Timer::isTicking() const
if (pManager) if (pManager)
return pManager->lookupTimer(this); return pManager->lookupTimer(this);
else else
return sal_False; return false;
} }
...@@ -169,7 +169,7 @@ sal_Bool Timer::expiresBefore(const Timer* pTimer) const ...@@ -169,7 +169,7 @@ sal_Bool Timer::expiresBefore(const Timer* pTimer) const
} }
else 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