From 7f902e1697d077dd4a32846ff85f6134a556d528 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sun, 16 Feb 2014 20:57:55 +0100 Subject: cppuhelper: sal_Bool -> bool Change-Id: I6e0e6c1e4880a652ea4d8f0cccf9d8103c2cbbef --- cppuhelper/source/interfacecontainer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppuhelper/source/interfacecontainer.cxx') 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 -- cgit