summaryrefslogtreecommitdiff
path: root/forms/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-25 11:00:54 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-25 11:00:54 +0000
commitb9be6a7362267d9e0c18c5f8390eab09a80dd3c7 (patch)
treef3278ad1428cdf0120d0416c74b45489916f209f /forms/source
parentb269fc865b05003820329f7d589caee37e2e92cf (diff)
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
Diffstat (limited to 'forms/source')
-rw-r--r--forms/source/component/RadioButton.cxx6
1 files changed, 3 insertions, 3 deletions
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