[Libreoffice-commits] core.git: framework/source
Noel Grandin
noel at peralex.com
Tue Mar 15 06:52:26 UTC 2016
framework/source/services/autorecovery.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit a0d5f0896ed7f2de8ceffd664ee469a383ce7d53
Author: Noel Grandin <noel at peralex.com>
Date: Tue Mar 15 08:51:55 2016 +0200
loplugin:salbool
Change-Id: I4d76392263cce45eb34cbc2f35afff0416b08c4a
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index f45e0ec..90ac85d 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -440,7 +440,7 @@ private:
wait 10 s for user idle ...
*/
#if OSL_DEBUG_LEVEL > 0
- sal_Bool m_dbg_bMakeItFaster;
+ bool m_dbg_bMakeItFaster;
#endif
// interface
@@ -1267,7 +1267,7 @@ AutoRecovery::AutoRecovery(const css::uno::Reference< css::uno::XComponentContex
, m_nMinSpaceConfigSave (MIN_DISCSPACE_CONFIGSAVE )
#if OSL_DEBUG_LEVEL > 0
- , m_dbg_bMakeItFaster (sal_False )
+ , m_dbg_bMakeItFaster (false )
#endif
{
}
More information about the Libreoffice-commits
mailing list