Kaydet (Commit) 0980af96 authored tarafından Stephan Bergmann's avatar Stephan Bergmann Kaydeden (comit) Andras Timar

loplugin:implicitboolconversion

Change-Id: I3bd1222642ab3e8d24bf0f5cca897c2ce638757a
(cherry picked from commit fd433a12)
(cherry picked from commit 485821de)
üst 1bdffc78
......@@ -146,7 +146,7 @@ public:
if (m_bGettingMarginsValue)
throw std::runtime_error("recursion in layout");
m_bGettingMarginsValue = true;
bool fRet = MarginsValue(nWhichSide);
auto fRet = MarginsValue(nWhichSide);
m_bGettingMarginsValue = false;
return fRet;
}
......
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