diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-03 17:11:39 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-03 17:14:16 +0100 |
commit | f5ca04caca1b6888cdc6b00b8465a53e6d5cf38d (patch) | |
tree | cda73db2df15d821e0587f345edd7587953bdbdf /forms/source/component | |
parent | ecf00403376d13355fcf6fb7cd36b3500f19fc69 (diff) |
Related to fdo#60724: correct spelling
Using the autocorrect list of LibreOffice
extras/source/autotext/lang/en-US/acor/DocumentList.xml
Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657
Script: http://pastebin.ca/2327716
Diffstat (limited to 'forms/source/component')
-rw-r--r-- | forms/source/component/EditBase.hxx | 2 | ||||
-rw-r--r-- | forms/source/component/FormComponent.cxx | 4 | ||||
-rw-r--r-- | forms/source/component/ListBox.cxx | 2 | ||||
-rw-r--r-- | forms/source/component/clickableimage.cxx | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/forms/source/component/EditBase.hxx b/forms/source/component/EditBase.hxx index a2307c97ad78..9fdcca7858d3 100644 --- a/forms/source/component/EditBase.hxx +++ b/forms/source/component/EditBase.hxx @@ -91,7 +91,7 @@ protected: void defaultCommonEditProperties(); virtual sal_uInt16 getPersistenceFlags() const; - // derived classes may use this if they want this base class to write additinal version flags + // derived classes may use this if they want this base class to write additional version flags // (one of the PF_.... constants). After ::read they may ask for that flags with getLastReadVersion }; diff --git a/forms/source/component/FormComponent.cxx b/forms/source/component/FormComponent.cxx index 1f5004beec7a..569fe435554c 100644 --- a/forms/source/component/FormComponent.cxx +++ b/forms/source/component/FormComponent.cxx @@ -1303,7 +1303,7 @@ OBoundControlModel::OBoundControlModel( m_aValuePropertyType = _pOriginal->m_aValuePropertyType; m_aControlSource = _pOriginal->m_aControlSource; m_bInputRequired = _pOriginal->m_bInputRequired; - // m_xLabelControl, though being a property, is not to be cloned, not even the reference will be transfered. + // m_xLabelControl, though being a property, is not to be cloned, not even the reference will be transferred. // (the former should be clear - a clone of the object we're only referencing does not make sense) // (the second would violate the restriction for label controls that they're part of the // same form component hierarchy - we ourself are no part, yet, so we can't have a label control) @@ -2218,7 +2218,7 @@ void OBoundControlModel::impl_connectDatabaseColumn_noNotify( bool _bFromReload } // now that we're connected (more or less, even if we did not find a column), - // we definately want to forward any potentially occuring value changes + // we definitely want to forward any potentially occuring value changes m_bForwardValueChanges = sal_True; // let derived classes react on this new connection diff --git a/forms/source/component/ListBox.cxx b/forms/source/component/ListBox.cxx index c3aba8b9bb27..306829e9ce7c 100644 --- a/forms/source/component/ListBox.cxx +++ b/forms/source/component/ListBox.cxx @@ -1293,7 +1293,7 @@ namespace frm { Any aReturn; - // by definition, multiple selected entries are transfered as NULL if the + // by definition, multiple selected entries are transferred as NULL if the // binding does not support string lists if ( _rSelectSequence.getLength() <= 1 ) { diff --git a/forms/source/component/clickableimage.cxx b/forms/source/component/clickableimage.cxx index eae9e9062dce..12c205c9a436 100644 --- a/forms/source/component/clickableimage.cxx +++ b/forms/source/component/clickableimage.cxx @@ -592,7 +592,7 @@ namespace frm Any SAL_CALL OClickableImageBaseModel::queryAggregation(const Type& _rType) throw (RuntimeException) { // order matters: - // we definately want to "overload" the XImageProducer interface of our aggregate, + // we definitely want to "overload" the XImageProducer interface of our aggregate, // thus check OClickableImageBaseModel_Base (which provides this) first Any aReturn = OClickableImageBaseModel_Base::queryInterface( _rType ); |