connectivity/source/commontools/dbtools2.cxx | 2 +- dbaccess/source/core/api/RowSetCache.cxx | 2 +- formula/source/core/api/token.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit f824604b5c1b480bf6680935362eb1d4617187c9 Author: Noel Grandin <n...@peralex.com> Date: Wed May 21 13:13:23 2014 +0200 fix spelling Change-Id: I1a4d66a78549ea49649a6bed92acb44dbd8b13e2 diff --git a/connectivity/source/commontools/dbtools2.cxx b/connectivity/source/commontools/dbtools2.cxx index 318f572..d18fa20 100644 --- a/connectivity/source/commontools/dbtools2.cxx +++ b/connectivity/source/commontools/dbtools2.cxx @@ -889,7 +889,7 @@ bool isEmbeddedInDatabase( const Reference< XInterface >& _rxComponent, Referenc } catch(Exception&) { - // not intereseted in + // not interested in } return bIsEmbedded; } diff --git a/dbaccess/source/core/api/RowSetCache.cxx b/dbaccess/source/core/api/RowSetCache.cxx index 8abdbe5..18de7b7 100644 --- a/dbaccess/source/core/api/RowSetCache.cxx +++ b/dbaccess/source/core/api/RowSetCache.cxx @@ -1589,7 +1589,7 @@ bool ORowSetCache::checkJoin(const Reference< XConnection>& _xConnection, // we found only one element so it must some kind of join here OSQLParseNode* pJoin = pTableRefCommalist->getByRule(::connectivity::OSQLParseNode::qualified_join); if(pJoin) - { // we are only intereseted in qualified joins like RIGHT or LEFT + { // we are only interested in qualified joins like RIGHT or LEFT OSQLParseNode* pJoinType = pJoin->getChild(1); OSQLParseNode* pOuterType = NULL; if(SQL_ISRULE(pJoinType,join_type) && pJoinType->count() == 2) diff --git a/formula/source/core/api/token.cxx b/formula/source/core/api/token.cxx index 5309a40..8da6dce 100644 --- a/formula/source/core/api/token.cxx +++ b/formula/source/core/api/token.cxx @@ -687,7 +687,7 @@ void FormulaTokenArray::Assign( const FormulaTokenArray& r ) } } -/// Optimisiation for efficiently creating StringXML placeholders +/// Optimisation for efficiently creating StringXML placeholders void FormulaTokenArray::Assign( sal_uInt16 nCode, FormulaToken **pTokens ) { assert( nLen == 0 ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits