summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
Diffstat (limited to 'forms')
-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 0df58097a816..c10b588ad328 100644
--- a/forms/source/component/RadioButton.cxx
+++ b/forms/source/component/RadioButton.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: RadioButton.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: kz $ $Date: 2005-01-21 16:51:03 $
+ * last change: $Author: vg $ $Date: 2005-03-23 11:30:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -437,7 +437,7 @@ Any ORadioButtonModel::translateDbColumnToControlValue()
}
//------------------------------------------------------------------------------
-Any ORadioButtonModel::translateExternalValueToControlValue( )
+Any ORadioButtonModel::translateExternalValueToControlValue( ) const
{
Any aControlValue = OReferenceValueComponent::translateExternalValueToControlValue();
sal_Int16 nState = STATE_NOCHECK;