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:
Kurt Zenker 2005-01-21 15:51:03 +00:00
parent 0a2220900d
commit 6b1f1785c1

View file

@ -2,9 +2,9 @@
* *
* $RCSfile: RadioButton.cxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@ -160,7 +160,7 @@ InterfaceRef SAL_CALL ORadioButtonModel_CreateInstance(const Reference<XMultiSer
DBG_NAME( ORadioButtonModel ) DBG_NAME( ORadioButtonModel )
//------------------------------------------------------------------ //------------------------------------------------------------------
ORadioButtonModel::ORadioButtonModel(const Reference<XMultiServiceFactory>& _rxFactory) 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 // use the old control name for compytibility reasons
{ {
DBG_CTOR( ORadioButtonModel, NULL ); DBG_CTOR( ORadioButtonModel, NULL );