From b9be6a7362267d9e0c18c5f8390eab09a80dd3c7 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 25 Jun 2008 11:00:54 +0000 Subject: INTEGRATION: CWS dba30d (1.22.18); FILE MERGED 2008/06/14 20:48:40 fs 1.22.18.2: oops - call initValueProperty in a leaf class of the inheritance tree only -> re-introduced it 2008/05/27 12:28:02 fs 1.22.18.1: #i89657# refactoring, so that our binding's getValue is only called when our mutex is not locked --- forms/source/component/RadioButton.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'forms') diff --git a/forms/source/component/RadioButton.cxx b/forms/source/component/RadioButton.cxx index 9530ddcdbaa1..78841aa89ecf 100644 --- a/forms/source/component/RadioButton.cxx +++ b/forms/source/component/RadioButton.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: RadioButton.cxx,v $ - * $Revision: 1.22 $ + * $Revision: 1.23 $ * * This file is part of OpenOffice.org. * @@ -376,9 +376,9 @@ Any ORadioButtonModel::translateDbColumnToControlValue() } //------------------------------------------------------------------------------ -Any ORadioButtonModel::translateExternalValueToControlValue( ) const +Any ORadioButtonModel::translateExternalValueToControlValue( const Any& _rExternalValue ) const { - Any aControlValue = OReferenceValueComponent::translateExternalValueToControlValue(); + Any aControlValue = OReferenceValueComponent::translateExternalValueToControlValue( _rExternalValue ); sal_Int16 nState = STATE_NOCHECK; if ( ( aControlValue >>= nState ) && ( nState == STATE_DONTKNOW ) ) // radio buttons do not have the DONTKNOW state -- cgit v1.2.3