This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push: new c369815e12 Fix spelling (#254) c369815e12 is described below commit c369815e1285db0c1f0754fce3c81eae6bfbae40 Author: John Bampton <jbamp...@users.noreply.github.com> AuthorDate: Sat Jan 25 03:42:45 2025 +1000 Fix spelling (#254) * Fix spelling * Update ignored words list codespell.txt (cherry picked from commit b06c29ab525346972afe59a2371429d3e9c17666) --- main/dbaccess/source/ui/control/RelationControl.cxx | 2 +- main/dbaccess/source/ui/inc/FieldDescriptions.hxx | 2 +- main/dbaccess/source/ui/inc/TableCopyHelper.hxx | 2 +- main/qadevOOo/tests/java/ifc/io/_XInputStream.java | 2 +- main/sc/source/ui/view/tabcont.cxx | 2 +- main/svx/source/inc/docrecovery.hxx | 2 +- main/svx/source/unodraw/unoprov.cxx | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/main/dbaccess/source/ui/control/RelationControl.cxx b/main/dbaccess/source/ui/control/RelationControl.cxx index eaa9f0cce9..3a860df764 100644 --- a/main/dbaccess/source/ui/control/RelationControl.cxx +++ b/main/dbaccess/source/ui/control/RelationControl.cxx @@ -109,7 +109,7 @@ namespace dbaui @param _nColId the column id SOURCE_COLUMN or DEST_COLUMN - @return the current column id eihter SOURCE_COLUMN or DEST_COLUMN depends on the connection data + @return the current column id either SOURCE_COLUMN or DEST_COLUMN depends on the connection data */ sal_uInt16 getColumnIdent( sal_uInt16 _nColId ) const; public: diff --git a/main/dbaccess/source/ui/inc/FieldDescriptions.hxx b/main/dbaccess/source/ui/inc/FieldDescriptions.hxx index 8f13406dbd..3f4f0dbca4 100644 --- a/main/dbaccess/source/ui/inc/FieldDescriptions.hxx +++ b/main/dbaccess/source/ui/inc/FieldDescriptions.hxx @@ -99,7 +99,7 @@ namespace dbaui void SetPrimaryKey(sal_Bool _bPKey); void SetCurrency(sal_Bool _bIsCurrency); - /** copies the content of the field eescription into the column + /** copies the content of the field description into the column @param _rxColumn the dest */ void copyColumnSettingsTo(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxColumn); diff --git a/main/dbaccess/source/ui/inc/TableCopyHelper.hxx b/main/dbaccess/source/ui/inc/TableCopyHelper.hxx index 43a0c0304e..6b353ce701 100644 --- a/main/dbaccess/source/ui/inc/TableCopyHelper.hxx +++ b/main/dbaccess/source/ui/inc/TableCopyHelper.hxx @@ -186,7 +186,7 @@ namespace dbaui const SharedConnection& _xDestConnection ); - /** insert a table into the data source. The source can eihter be a table or a query + /** insert a table into the data source. The source can either be a table or a query */ void insertTable( const ::rtl::OUString& i_rSourceDataSource, diff --git a/main/qadevOOo/tests/java/ifc/io/_XInputStream.java b/main/qadevOOo/tests/java/ifc/io/_XInputStream.java index 25b3ea16db..82d3a27ebb 100644 --- a/main/qadevOOo/tests/java/ifc/io/_XInputStream.java +++ b/main/qadevOOo/tests/java/ifc/io/_XInputStream.java @@ -62,7 +62,7 @@ public class _XInputStream extends MultiMethodTest { int bytesReady = 0 ; /** - * Before the test, the stream writer and the data are ecxtracted from + * Before the test, the stream writer and the data are extracted from * the object relations and the data is written to the stream. */ public void before() { diff --git a/main/sc/source/ui/view/tabcont.cxx b/main/sc/source/ui/view/tabcont.cxx index 77ad0439f5..b21e1b76ee 100644 --- a/main/sc/source/ui/view/tabcont.cxx +++ b/main/sc/source/ui/view/tabcont.cxx @@ -181,7 +181,7 @@ void ScTabControl::MouseButtonUp( const MouseEvent& rMEvt ) if( nMouseClickPageId == 0 ) { // Click in the area next to the existing tabs: - // #i70320# if several sheets are selected, deselect all ecxept the current sheet, + // #i70320# if several sheets are selected, deselect all except the current sheet, // otherwise add new sheet sal_uInt16 nSlot = ( GetSelectPageCount() > 1 ) ? FID_TAB_DESELECTALL : FID_INS_TABLE; SfxDispatcher* pDispatcher = pViewData->GetViewShell()->GetViewFrame()->GetDispatcher(); diff --git a/main/svx/source/inc/docrecovery.hxx b/main/svx/source/inc/docrecovery.hxx index dee071591f..0f0a6b6248 100644 --- a/main/svx/source/inc/docrecovery.hxx +++ b/main/svx/source/inc/docrecovery.hxx @@ -553,7 +553,7 @@ class SaveProgressDialog : public ModalDialog is used automatically. @param pCore - used to start emegrency save. + used to start emergency save. */ SaveProgressDialog(Window* pParent, RecoveryCore* pCore ); diff --git a/main/svx/source/unodraw/unoprov.cxx b/main/svx/source/unodraw/unoprov.cxx index cfedcbca12..27f097b55d 100644 --- a/main/svx/source/unodraw/unoprov.cxx +++ b/main/svx/source/unodraw/unoprov.cxx @@ -1240,7 +1240,7 @@ bool SvxUnoConvertResourceString( int nSourceResIds, int nDestResIds, int nCount // these have to be in front of others // // It would be nice to: -// - evtl. organize these in a single array with 2-dimensional inner to elliminate +// - evtl. organize these in a single array with 2-dimensional inner to eliminate // the possibility to define it wrong // - change the compare to also work when a shorter name is in front of a longer one