diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-02-16 20:57:55 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-02-17 17:55:18 +0100 |
commit | 7f902e1697d077dd4a32846ff85f6134a556d528 (patch) | |
tree | 4af1cdaf3edf03680641be6af0b512181a658739 /cppuhelper/source/interfacecontainer.cxx | |
parent | 34a44156b3983849749d82b90d82b84aeb538aae (diff) |
cppuhelper: sal_Bool -> bool
Change-Id: I6e0e6c1e4880a652ea4d8f0cccf9d8103c2cbbef
Diffstat (limited to 'cppuhelper/source/interfacecontainer.cxx')
-rw-r--r-- | cppuhelper/source/interfacecontainer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/interfacecontainer.cxx b/cppuhelper/source/interfacecontainer.cxx index 69b74628dd4c..fb59703ca42d 100644 --- a/cppuhelper/source/interfacecontainer.cxx +++ b/cppuhelper/source/interfacecontainer.cxx @@ -95,7 +95,7 @@ OInterfaceIteratorHelper::OInterfaceIteratorHelper( OInterfaceContainerHelper & OInterfaceIteratorHelper::~OInterfaceIteratorHelper() SAL_THROW(()) { - sal_Bool bShared; + bool bShared; { MutexGuard aGuard( rCont.rMutex ); // bResetInUse protect the iterator against recursion |