diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-19 00:30:25 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-19 09:41:45 +0200 |
commit | 4ca566f215c8bd246351360ae7e3c943f2e9bf9a (patch) | |
tree | 45ed005a0fd59afec2411ddbf99587d01c40c7e9 /dbaccess | |
parent | a375b0548428979da950e3da75db6ace0509c643 (diff) |
Fix typos
Change-Id: I6bd4d8955be608efc5c11bdc22f53a119cd45557
Reviewed-on: https://gerrit.libreoffice.org/77678
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/dataaccess/connection.cxx | 2 | ||||
-rw-r--r-- | dbaccess/source/ui/browser/sbagrid.cxx | 2 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/TableConnection.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/core/dataaccess/connection.cxx b/dbaccess/source/core/dataaccess/connection.cxx index 988d20182a68..7f21a8cebf11 100644 --- a/dbaccess/source/core/dataaccess/connection.cxx +++ b/dbaccess/source/core/dataaccess/connection.cxx @@ -310,7 +310,7 @@ OConnection::OConnection(ODatabaseSource& _rDB Reference< XNameContainer > xTableDefinitions(_rDB.getTables(),UNO_QUERY); m_pTables.reset( new OTableContainer( *this, m_aMutex, this, bCase, xTableDefinitions, this, m_nInAppend ) ); - // check if we supports types + // check if we support types if ( xMeta.is() ) { Reference<XResultSet> xRes = xMeta->getTableTypes(); diff --git a/dbaccess/source/ui/browser/sbagrid.cxx b/dbaccess/source/ui/browser/sbagrid.cxx index a55d2be0d2de..32562da141e7 100644 --- a/dbaccess/source/ui/browser/sbagrid.cxx +++ b/dbaccess/source/ui/browser/sbagrid.cxx @@ -412,7 +412,7 @@ void SAL_CALL SbaXGridPeer::dispatch(const URL& aURL, const Sequence< PropertyVa // this saves us from keeping track of these events - as soon as the window dies, // the events are deleted automatically. For the application way, we would need to // do this ourself. - // As we use our grid as window, and the grid dies before we dy, this should be no problem. + // As we use our grid as window, and the grid dies before we die, this should be no problem. pGrid->PostUserEvent( LINK( this, SbaXGridPeer, OnDispatchEvent ) ); return; } diff --git a/dbaccess/source/ui/inc/TableConnection.hxx b/dbaccess/source/ui/inc/TableConnection.hxx index 04759077eff8..73aa51d50749 100644 --- a/dbaccess/source/ui/inc/TableConnection.hxx +++ b/dbaccess/source/ui/inc/TableConnection.hxx @@ -77,7 +77,7 @@ namespace dbaui void RecalcLines(); /** isTableConnection - @param _pTable the table where we should check if we belongs to it + @param _pTable the table where we should check if we belong to it @return true when the source or the destination window are equal */ bool isTableConnection(const OTableWindow* _pTable) |