summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/control
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-16 21:40:40 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-16 22:19:34 +0200
commitde6422b5f3a5e06fe1994442a0f1c277ebed2a45 (patch)
tree7b208271a3c590435bd692d67f18bf343bcc01f4 /dbaccess/source/ui/control
parent0650ffefe0ff680e0ef7de9cce724b0e47d8c359 (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/source/ui/control')
-rw-r--r--dbaccess/source/ui/control/tabletree.cxx4
1 files changed, 2 insertions, 2 deletions
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& )
{