lotuswordpro/source/filter/lwplayout.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 485821dea88ff086b9b4d7622c4fd66433eb50e4 Author: Stephan Bergmann <[email protected]> Date: Tue Dec 15 13:36:59 2015 +0100 loplugin:implicitboolconversion Change-Id: I3bd1222642ab3e8d24bf0f5cca897c2ce638757a (cherry picked from commit fd433a12691649604bd67732ad08e892ba47f23a) diff --git a/lotuswordpro/source/filter/lwplayout.hxx b/lotuswordpro/source/filter/lwplayout.hxx index c8bcaa3..749513b 100644 --- a/lotuswordpro/source/filter/lwplayout.hxx +++ b/lotuswordpro/source/filter/lwplayout.hxx @@ -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; } _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
