diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-16 21:40:40 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-16 22:19:34 +0200 |
commit | de6422b5f3a5e06fe1994442a0f1c277ebed2a45 (patch) | |
tree | 7b208271a3c590435bd692d67f18bf343bcc01f4 /dbaccess | |
parent | 0650ffefe0ff680e0ef7de9cce724b0e47d8c359 (diff) |
Fix typos
Change-Id: I207333e9bafc5d6c38ffa53a303046e437b7a815
Reviewed-on: https://gerrit.libreoffice.org/77607
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/dataaccess/databasecontext.cxx | 2 | ||||
-rw-r--r-- | dbaccess/source/ui/control/tabletree.cxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/core/dataaccess/databasecontext.cxx b/dbaccess/source/core/dataaccess/databasecontext.cxx index 0bcdb475c353..1c6cb283fe29 100644 --- a/dbaccess/source/core/dataaccess/databasecontext.cxx +++ b/dbaccess/source/core/dataaccess/databasecontext.cxx @@ -635,7 +635,7 @@ Any ODatabaseContext::getByName(const OUString& _rName) if ( xExistent.is() ) return makeAny( xExistent ); - // see whether this is an registered name + // see whether this is a registered name OUString sURL; if ( hasRegisteredDatabase( _rName ) ) { diff --git a/dbaccess/source/ui/control/tabletree.cxx b/dbaccess/source/ui/control/tabletree.cxx index a0e126254062..19dd1429eefb 100644 --- a/dbaccess/source/ui/control/tabletree.cxx +++ b/dbaccess/source/ui/control/tabletree.cxx @@ -168,7 +168,7 @@ void OTableTreeListBox::UpdateTableList( const Reference< XConnection >& _rxConn } catch(RuntimeException&) { - OSL_FAIL("OTableTreeListBox::UpdateTableList : caught an RuntimeException!"); + OSL_FAIL("OTableTreeListBox::UpdateTableList : caught a RuntimeException!"); } catch ( const SQLException& ) { @@ -210,7 +210,7 @@ void TableTreeListBox::UpdateTableList( const Reference< XConnection >& _rxConne } catch(RuntimeException&) { - OSL_FAIL("OTableTreeListBox::UpdateTableList : caught an RuntimeException!"); + OSL_FAIL("OTableTreeListBox::UpdateTableList : caught a RuntimeException!"); } catch ( const SQLException& ) { |