summaryrefslogtreecommitdiff
path: root/forms/source/component/RadioButton.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/RadioButton.cxx')
-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