Kaydet (Commit) 9acad0e1 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS fwk56 (1.8.26); FILE MERGED

2006/11/14 09:00:20 pb 1.8.26.1: fix: warning removed
üst de7aa1da
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: uiconfigelementwrapperbase.cxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -333,7 +333,7 @@ void SAL_CALL UIConfigElementWrapperBase::setFastPropertyValue_NoBroadcast( sa ...@@ -333,7 +333,7 @@ void SAL_CALL UIConfigElementWrapperBase::setFastPropertyValue_NoBroadcast( sa
{ {
case UIELEMENT_PROPHANDLE_CONFIGLISTENER: case UIELEMENT_PROPHANDLE_CONFIGLISTENER:
{ {
sal_Bool bBool( m_bConfigListener ); bool bBool( m_bConfigListener );
aValue >>= bBool; aValue >>= bBool;
if ( m_bConfigListener != bBool ) if ( m_bConfigListener != bBool )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment