summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-15 08:51:55 +0200
committerNoel Grandin <noel@peralex.com>2016-03-15 08:51:55 +0200
commita0d5f0896ed7f2de8ceffd664ee469a383ce7d53 (patch)
tree9d7e38b70ee7f4ffb59b0f9205c3c7bae4e5faf4 /framework
parentfd91c0ac507ac2d565d5112b7dbd87014b142cf6 (diff)
loplugin:salbool
Change-Id: I4d76392263cce45eb34cbc2f35afff0416b08c4a
Diffstat (limited to 'framework')
-rw-r--r--framework/source/services/autorecovery.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index f45e0ec7e1c5..90ac85d429c3 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
{
}