INTEGRATION: CWS fwk56 (1.8.26); FILE MERGED

2006/11/14 09:00:20 pb 1.8.26.1: fix: warning removed
This commit is contained in:
Ivo Hinkelmann 2006-12-19 13:01:42 +00:00
parent de7aa1da34
commit 9acad0e1fe

View file

@ -4,9 +4,9 @@
*
* $RCSfile: uiconfigelementwrapperbase.cxx,v $
*
* $Revision: 1.8 $
* $Revision: 1.9 $
*
* last change: $Author: obo $ $Date: 2006-09-16 14:01:13 $
* last change: $Author: ihi $ $Date: 2006-12-19 14:01:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -333,7 +333,7 @@ void SAL_CALL UIConfigElementWrapperBase::setFastPropertyValue_NoBroadcast( sa
{
case UIELEMENT_PROPHANDLE_CONFIGLISTENER:
{
sal_Bool bBool( m_bConfigListener );
bool bBool( m_bConfigListener );
aValue >>= bBool;
if ( m_bConfigListener != bBool )
{