Kaydet (Commit) 50ca9ade authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

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
üst 3da6b2d0
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment