diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-07 23:14:30 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-07-08 05:48:18 +0000 |
commit | 799cc41b53a59c543408fa5370e107c2c57a2904 (patch) | |
tree | 790ed9324cea1b9a2f54955a0497cab55c617128 /dbaccess | |
parent | ff669d1c7f692052534d1136d1ff4220433f8542 (diff) |
Fix typos
Change-Id: I70b03c152f63e48341dc5629a99b0eeab7b497c0
Reviewed-on: https://gerrit.libreoffice.org/16834
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/api/RowSet.cxx | 2 | ||||
-rw-r--r-- | dbaccess/source/core/dataaccess/datasource.hxx | 2 | ||||
-rw-r--r-- | dbaccess/source/ui/control/RelationControl.cxx | 2 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/JoinTableView.hxx | 2 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/TableCopyHelper.hxx | 2 | ||||
-rw-r--r-- | dbaccess/source/ui/querydesign/querycontroller.cxx | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/dbaccess/source/core/api/RowSet.cxx b/dbaccess/source/core/api/RowSet.cxx index f1723a96f4fe..c4dbac9ec259 100644 --- a/dbaccess/source/core/api/RowSet.cxx +++ b/dbaccess/source/core/api/RowSet.cxx @@ -875,7 +875,7 @@ void SAL_CALL ORowSet::updateNumericObject( sal_Int32 columnIndex, const Any& x, void SAL_CALL ORowSet::insertRow( ) throw(SQLException, RuntimeException, std::exception) { ::connectivity::checkDisposed(ORowSet_BASE1::rBHelper.bDisposed); - // insertRow is not allowd when + // insertRow is not allowed when // standing not on the insert row nor // when the row isn't modified // or the concurency is read only diff --git a/dbaccess/source/core/dataaccess/datasource.hxx b/dbaccess/source/core/dataaccess/datasource.hxx index bc4e19c96630..6e0adefc5573 100644 --- a/dbaccess/source/core/dataaccess/datasource.hxx +++ b/dbaccess/source/core/dataaccess/datasource.hxx @@ -99,7 +99,7 @@ public: data source actually *is* registered at the database context. Normally, this name is passed at time of creation of the ODatabaseModelImpl instance, - but if a newly creaed data source is registered, then it must be possible to propagate + but if a newly created data source is registered, then it must be possible to propagate the new trgistration name. */ static void setName( diff --git a/dbaccess/source/ui/control/RelationControl.cxx b/dbaccess/source/ui/control/RelationControl.cxx index 27c5f95a1830..27fe3d799dbe 100644 --- a/dbaccess/source/ui/control/RelationControl.cxx +++ b/dbaccess/source/ui/control/RelationControl.cxx @@ -74,7 +74,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/dbaccess/source/ui/inc/JoinTableView.hxx b/dbaccess/source/ui/inc/JoinTableView.hxx index 2cdfdbab4792..fcaf4375f181 100644 --- a/dbaccess/source/ui/inc/JoinTableView.hxx +++ b/dbaccess/source/ui/inc/JoinTableView.hxx @@ -310,7 +310,7 @@ namespace dbaui void InitColors(); bool ScrollWhileDragging(); - /** opens the context menu to delate a connection + /** opens the context menu to delete a connection @param _aPos the position where the popup menu should appear @param _pSelConnection the connection which should be deleted */ diff --git a/dbaccess/source/ui/inc/TableCopyHelper.hxx b/dbaccess/source/ui/inc/TableCopyHelper.hxx index ceba0c89c35e..1e921ab34c03 100644 --- a/dbaccess/source/ui/inc/TableCopyHelper.hxx +++ b/dbaccess/source/ui/inc/TableCopyHelper.hxx @@ -173,7 +173,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 OUString& i_rSourceDataSource, diff --git a/dbaccess/source/ui/querydesign/querycontroller.cxx b/dbaccess/source/ui/querydesign/querycontroller.cxx index 35349f5803c7..24ae4e5e1506 100644 --- a/dbaccess/source/ui/querydesign/querycontroller.cxx +++ b/dbaccess/source/ui/querydesign/querycontroller.cxx @@ -1550,7 +1550,7 @@ bool OQueryController::doSaveAsDoc(bool _bSaveAs) if ( !xViewProps.is() ) // correct name and try again m_sName = ::dbtools::composeTableName( getMetaData(), xQuery, ::dbtools::eInDataManipulation, false, false, false ); - OSL_ENSURE( xElements->hasByName( m_sName ), "OQueryController::doSaveAsDoc: newly creaed view does not exist!" ); + OSL_ENSURE( xElements->hasByName( m_sName ), "OQueryController::doSaveAsDoc: newly created view does not exist!" ); if ( xElements->hasByName( m_sName ) ) m_xAlterView.set( xElements->getByName( m_sName ), UNO_QUERY ); |