INTEGRATION: CWS eforms2 (1.34.26); FILE MERGED
2004/10/08 15:20:28 dvo 1.34.26.3: RESYNC: (1.35-1.36); FILE MERGED 2004/08/16 17:09:13 dvo 1.34.26.2: RESYNC: (1.34-1.35); FILE MERGED 2004/07/19 15:18:41 fs 1.34.26.1: during #114856#: properly determine who instigated a setControlValue, so that we can propagate the values to appropriate interested parties / while we were here: make some attributes private ...
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
*
|
||||
* $RCSfile: ImageControl.cxx,v $
|
||||
*
|
||||
* $Revision: 1.36 $
|
||||
* $Revision: 1.37 $
|
||||
*
|
||||
* last change: $Author: hr $ $Date: 2004-09-08 17:43:03 $
|
||||
* last change: $Author: obo $ $Date: 2004-11-16 10:39:39 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
@@ -423,7 +423,7 @@ void OImageControlModel::read(const Reference<XObjectInputStream>& _rxInStream)
|
||||
break;
|
||||
}
|
||||
// Nach dem Lesen die Defaultwerte anzeigen
|
||||
if (m_aControlSource.getLength())
|
||||
if ( getControlSource().getLength() )
|
||||
{ // (not if we don't have a control source - the "State" property acts like it is persistent, then
|
||||
::osl::MutexGuard aGuard(m_aMutex); // resetNoBroadcast expects this mutex guarding
|
||||
resetNoBroadcast();
|
||||
|
Reference in New Issue
Block a user