summaryrefslogtreecommitdiffstats
path: root/include/cppuhelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-11 16:32:28 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-11 16:32:28 +0200
commit6f8d047519c8e80371a646ce4bad8f7304aab6ea (patch)
treef79b5a6cae706b3d4422a02bd109824eb8a2eeaa /include/cppuhelper
parenttdf#97195 fix crash in diamond shape transition (diff)
downloadcore-6f8d047519c8e80371a646ce4bad8f7304aab6ea.tar.gz
core-6f8d047519c8e80371a646ce4bad8f7304aab6ea.zip
loplugin:salbool: Better heuristic to determine code shared between C and C++
Change-Id: I09c9c57d5adeb665cc2508fad9727085a3289bfb
Diffstat (limited to 'include/cppuhelper')
-rw-r--r--include/cppuhelper/interfacecontainer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cppuhelper/interfacecontainer.h b/include/cppuhelper/interfacecontainer.h
index 07b296e5b7d2..2a88f39e5648 100644
--- a/include/cppuhelper/interfacecontainer.h
+++ b/include/cppuhelper/interfacecontainer.h
@@ -450,8 +450,8 @@ struct OBroadcastHelperVar
OBroadcastHelperVar( ::osl::Mutex & rMutex_ )
: rMutex( rMutex_ )
, aLC( rMutex_ )
- , bDisposed( sal_False )
- , bInDispose( sal_False )
+ , bDisposed( false )
+ , bInDispose( false )
{}
/**