forms/source/component/CheckBox.cxx       |    2 +-
 forms/source/component/Date.cxx           |    2 +-
 forms/source/component/FormattedField.cxx |    2 +-
 forms/source/component/ImageButton.cxx    |    2 +-
 forms/source/component/ImageControl.cxx   |    4 ++--
 forms/source/component/Numeric.cxx        |    2 +-
 forms/source/component/Pattern.cxx        |    2 +-
 forms/source/component/RadioButton.cxx    |    2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit 4c1d626d7265b0bfce709e41e62d7c789022ef6d
Author:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
AuthorDate: Sun Mar 31 11:33:43 2024 +0200
Commit:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
CommitDate: Tue Apr 9 08:46:04 2024 +0200

    Fix typo: compytibility
    
    Change-Id: I989d0a9510e6a3691a4c1ba89dd3f04e62906292
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165691
    Tested-by: Jenkins
    Reviewed-by: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>

diff --git a/forms/source/component/CheckBox.cxx 
b/forms/source/component/CheckBox.cxx
index 064a156b1a95..ff3f2058ffcc 100644
--- a/forms/source/component/CheckBox.cxx
+++ b/forms/source/component/CheckBox.cxx
@@ -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;
diff --git a/forms/source/component/Date.cxx b/forms/source/component/Date.cxx
index acae4629b168..a349cd064cd1 100644
--- a/forms/source/component/Date.cxx
+++ b/forms/source/component/Date.cxx
@@ -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)
 {
diff --git a/forms/source/component/FormattedField.cxx 
b/forms/source/component/FormattedField.cxx
index ad89f38706ca..fa1fdb216b2b 100644
--- a/forms/source/component/FormattedField.cxx
+++ b/forms/source/component/FormattedField.cxx
@@ -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();
diff --git a/forms/source/component/ImageButton.cxx 
b/forms/source/component/ImageButton.cxx
index 8d42232a8423..1dd66ca0dbdc 100644
--- a/forms/source/component/ImageButton.cxx
+++ b/forms/source/component/ImageButton.cxx
@@ -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;
 }
diff --git a/forms/source/component/ImageControl.cxx 
b/forms/source/component/ImageControl.cxx
index 0a2de4a63deb..0f48eecf5496 100644
--- a/forms/source/component/ImageControl.cxx
+++ b/forms/source/component/ImageControl.cxx
@@ -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 )
diff --git a/forms/source/component/Numeric.cxx 
b/forms/source/component/Numeric.cxx
index e0fdaa70dab6..b3465d7c940c 100644
--- a/forms/source/component/Numeric.cxx
+++ b/forms/source/component/Numeric.cxx
@@ -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;
diff --git a/forms/source/component/Pattern.cxx 
b/forms/source/component/Pattern.cxx
index 351db1b52aae..acd0d419e18e 100644
--- a/forms/source/component/Pattern.cxx
+++ b/forms/source/component/Pattern.cxx
@@ -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;
diff --git a/forms/source/component/RadioButton.cxx 
b/forms/source/component/RadioButton.cxx
index 2bbbdaa717de..3a6ffb139642 100644
--- a/forms/source/component/RadioButton.cxx
+++ b/forms/source/component/RadioButton.cxx
@@ -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;

Reply via email to