summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 10:30:39 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 10:30:39 +0000
commit50ca9ade13dc1163936a1d960bd1c9ffc9f8e0fa (patch)
treed5e8538815648fefcb5da7ecedf567977d3d5466 /forms
parent3da6b2d0bb15d39c1bf191d037ccaf3e371411fe (diff)
INTEGRATION: CWS eforms4 (1.14.6); FILE MERGED
2005/02/18 15:46:42 dvo 1.14.6.2: RESYNC: (1.14-1.15); FILE MERGED 2004/12/10 09:10:55 fs 1.14.6.1: #i36359# some method constness
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;