Fix typo: compytibility
Change-Id: I989d0a9510e6a3691a4c1ba89dd3f04e62906292 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165691 Tested-by: Jenkins Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
This commit is contained in:
parent
9a4eead995
commit
4c1d626d72
@ -57,7 +57,7 @@ css::uno::Sequence<OUString> SAL_CALL OCheckBoxControl::getSupportedServiceNames
|
||||
|
||||
OCheckBoxModel::OCheckBoxModel(const Reference<XComponentContext>& _rxFactory)
|
||||
:OReferenceValueComponent( _rxFactory, VCL_CONTROLMODEL_CHECKBOX, FRM_SUN_CONTROL_CHECKBOX )
|
||||
// use the old control name for compytibility reasons
|
||||
// use the old control name for compatibility reasons
|
||||
{
|
||||
|
||||
m_nClassId = FormComponentType::CHECKBOX;
|
||||
|
@ -69,7 +69,7 @@ Sequence<Type> ODateModel::_getTypes()
|
||||
ODateModel::ODateModel(const Reference<XComponentContext>& _rxFactory)
|
||||
: OEditBaseModel(_rxFactory, VCL_CONTROLMODEL_DATEFIELD,
|
||||
FRM_SUN_CONTROL_DATEFIELD, true, true)
|
||||
// use the old control name for compytibility reasons
|
||||
// use the old control name for compatibility reasons
|
||||
, OLimitedFormats(_rxFactory, FormComponentType::DATEFIELD)
|
||||
, m_bDateTimeField(false)
|
||||
{
|
||||
|
@ -266,7 +266,7 @@ void OFormattedModel::implConstruct()
|
||||
}
|
||||
OFormattedModel::OFormattedModel(const Reference<XComponentContext>& _rxFactory)
|
||||
:OEditBaseModel(_rxFactory, VCL_CONTROLMODEL_FORMATTEDFIELD, FRM_SUN_CONTROL_FORMATTEDFIELD, true, true )
|
||||
// use the old control name for compytibility reasons
|
||||
// use the old control name for compatibility reasons
|
||||
,OErrorBroadcaster( OComponentHelper::rBHelper )
|
||||
{
|
||||
implConstruct();
|
||||
|
@ -45,7 +45,7 @@ using namespace ::com::sun::star::util;
|
||||
// OImageButtonModel
|
||||
OImageButtonModel::OImageButtonModel(const Reference<XComponentContext>& _rxFactory)
|
||||
:OClickableImageBaseModel( _rxFactory, VCL_CONTROLMODEL_IMAGEBUTTON, FRM_SUN_CONTROL_IMAGEBUTTON )
|
||||
// use the old control name for compytibility reasons
|
||||
// use the old control name for compatibility reasons
|
||||
{
|
||||
m_nClassId = FormComponentType::IMAGEBUTTON;
|
||||
}
|
||||
|
@ -129,7 +129,7 @@ Sequence<Type> OImageControlModel::_getTypes()
|
||||
|
||||
OImageControlModel::OImageControlModel(const Reference<XComponentContext>& _rxFactory)
|
||||
:OBoundControlModel( _rxFactory, VCL_CONTROLMODEL_IMAGECONTROL, FRM_SUN_CONTROL_IMAGECONTROL, false, false, false )
|
||||
// use the old control name for compytibility reasons
|
||||
// use the old control name for compatibility reasons
|
||||
,m_bExternalGraphic( true )
|
||||
,m_bReadOnly( false )
|
||||
{
|
||||
@ -142,7 +142,7 @@ OImageControlModel::OImageControlModel(const Reference<XComponentContext>& _rxFa
|
||||
|
||||
OImageControlModel::OImageControlModel( const OImageControlModel* _pOriginal, const Reference< XComponentContext >& _rxFactory )
|
||||
:OBoundControlModel( _pOriginal, _rxFactory )
|
||||
// use the old control name for compytibility reasons
|
||||
// use the old control name for compatibility reasons
|
||||
,m_bExternalGraphic( true )
|
||||
,m_bReadOnly( _pOriginal->m_bReadOnly )
|
||||
,m_sImageURL( _pOriginal->m_sImageURL )
|
||||
|
@ -56,7 +56,7 @@ css::uno::Sequence<OUString> ONumericControl::getSupportedServiceNames()
|
||||
|
||||
ONumericModel::ONumericModel(const Reference<XComponentContext>& _rxFactory)
|
||||
:OEditBaseModel( _rxFactory, VCL_CONTROLMODEL_NUMERICFIELD, FRM_SUN_CONTROL_NUMERICFIELD, true, true )
|
||||
// use the old control name for compytibility reasons
|
||||
// use the old control name for compatibility reasons
|
||||
{
|
||||
|
||||
m_nClassId = FormComponentType::NUMERICFIELD;
|
||||
|
@ -60,7 +60,7 @@ css::uno::Sequence<OUString> OPatternControl::getSupportedServiceNames()
|
||||
|
||||
OPatternModel::OPatternModel(const Reference<XComponentContext>& _rxFactory)
|
||||
:OEditBaseModel( _rxFactory, VCL_CONTROLMODEL_PATTERNFIELD, FRM_SUN_CONTROL_PATTERNFIELD, false, false )
|
||||
// use the old control name for compytibility reasons
|
||||
// use the old control name for compatibility reasons
|
||||
{
|
||||
|
||||
m_nClassId = FormComponentType::PATTERNFIELD;
|
||||
|
@ -60,7 +60,7 @@ ORadioButtonControl::ORadioButtonControl(const Reference<XComponentContext>& _rx
|
||||
|
||||
ORadioButtonModel::ORadioButtonModel(const Reference<XComponentContext>& _rxFactory)
|
||||
:OReferenceValueComponent( _rxFactory, VCL_CONTROLMODEL_RADIOBUTTON, FRM_SUN_CONTROL_RADIOBUTTON )
|
||||
// use the old control name for compytibility reasons
|
||||
// use the old control name for compatibility reasons
|
||||
{
|
||||
|
||||
m_nClassId = FormComponentType::RADIOBUTTON;
|
||||
|
Loading…
x
Reference in New Issue
Block a user