INTEGRATION: CWS dba22 (1.14.8); FILE MERGED
2004/12/07 09:30:42 oj 1.14.8.1: #i38250# correct supported namespaces and set m_bSupportSecondRefValue to true for radio button
This commit is contained in:
parent
0a2220900d
commit
6b1f1785c1
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: RadioButton.cxx,v $
|
||||
*
|
||||
* $Revision: 1.14 $
|
||||
* $Revision: 1.15 $
|
||||
*
|
||||
* last change: $Author: obo $ $Date: 2004-11-16 10:40:28 $
|
||||
* last change: $Author: kz $ $Date: 2005-01-21 16:51:03 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -160,7 +160,7 @@ InterfaceRef SAL_CALL ORadioButtonModel_CreateInstance(const Reference<XMultiSer
|
|||
DBG_NAME( ORadioButtonModel )
|
||||
//------------------------------------------------------------------
|
||||
ORadioButtonModel::ORadioButtonModel(const Reference<XMultiServiceFactory>& _rxFactory)
|
||||
:OReferenceValueComponent( _rxFactory, VCL_CONTROLMODEL_RADIOBUTTON, FRM_SUN_CONTROL_RADIOBUTTON )
|
||||
:OReferenceValueComponent( _rxFactory, VCL_CONTROLMODEL_RADIOBUTTON, FRM_SUN_CONTROL_RADIOBUTTON,sal_True )
|
||||
// use the old control name for compytibility reasons
|
||||
{
|
||||
DBG_CTOR( ORadioButtonModel, NULL );
|
||||
|
|
Loading…
Reference in a new issue