diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-10-01 12:28:29 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-10-01 12:28:29 +0000 |
commit | 40043e054856d13e4f080c99ac575d47dea77ce9 (patch) | |
tree | c4e476796dc1de4d8afeb00abf8c7e012e80d9ba /forms/source/component | |
parent | 45a90a63346121278dc690aaf7051b287abf456d (diff) |
CWS-TOOLING: integrate CWS dba31b
Diffstat (limited to 'forms/source/component')
-rw-r--r-- | forms/source/component/FormComponent.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/component/FormComponent.cxx b/forms/source/component/FormComponent.cxx index a1b7b235b..d43292d4a 100644 --- a/forms/source/component/FormComponent.cxx +++ b/forms/source/component/FormComponent.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: FormComponent.cxx,v $ - * $Revision: 1.63 $ + * $Revision: 1.62.8.2 $ * * This file is part of OpenOffice.org. * @@ -2456,6 +2456,9 @@ void OBoundControlModel::connectExternalValueBinding( // remember this new binding m_xExternalBinding = _rxBinding; + // tell the derivee + onConnectedExternalValue(); + try { // add as value listener so we get notified when the value changes @@ -2486,9 +2489,6 @@ void OBoundControlModel::connectExternalValueBinding( DBG_UNHANDLED_EXCEPTION(); } - // tell the derivee - onConnectedExternalValue(); - // propagate our new value transferExternalValueToControl( _rInstanceLock ); |