From bbd9668d5f70d8ff00a7b10915e7a16ceadb8443 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 22 Jan 2014 14:58:57 +0100 Subject: bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=) Change-Id: I9869d9709f28b68ef7b518527175589d80644668 --- UnoControls/source/base/basecontrol.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UnoControls') diff --git a/UnoControls/source/base/basecontrol.cxx b/UnoControls/source/base/basecontrol.cxx index 0ba3dd92ac37..9d07d2829333 100644 --- a/UnoControls/source/base/basecontrol.cxx +++ b/UnoControls/source/base/basecontrol.cxx @@ -464,7 +464,7 @@ void SAL_CALL BaseControl::setPosSize( sal_Int32 nX , // Ready for multithreading MutexGuard aGuard( m_aMutex ); - sal_Bool bChanged = sal_False ; + bool bChanged = false ; if ( nFlags & PosSize::X ) { -- cgit