summaryrefslogtreecommitdiffstats
path: root/connectivity
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-09-24 22:54:11 +0200
committerTamás Zolnai <tamas.zolnai@collabora.com>2017-09-25 12:20:56 +0200
commite44c188a7353cc183fac8ece0cbf3611d842835e (patch)
tree94491ea5c79bfb8b7845ecb57738e9735e5b0e54 /connectivity
parenttighten up the pict filter a tad (diff)
downloadcore-e44c188a7353cc183fac8ece0cbf3611d842835e.tar.gz
core-e44c188a7353cc183fac8ece0cbf3611d842835e.zip
Fix typos
Change-Id: I879a52820d78d9151ef64dd21612379f617f66e2 Reviewed-on: https://gerrit.libreoffice.org/42726 Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/hsqldb/HView.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/hsqldb/HView.cxx b/connectivity/source/drivers/hsqldb/HView.cxx
index e2ee450581e9..cd6d61f44b87 100644
--- a/connectivity/source/drivers/hsqldb/HView.cxx
+++ b/connectivity/source/drivers/hsqldb/HView.cxx
@@ -159,8 +159,8 @@ namespace connectivity { namespace hsqldb
Reference< XResultSet > xResult( xStatement->executeQuery( aCommand.makeStringAndClear() ), UNO_QUERY_THROW );
if ( !xResult->next() )
{
- // hmm. There is no view view the name as we know it. Can only mean some other instance
- // dropped this view meanwhile ...
+ // hmm. There is no view the name as we know it. Can only mean some other instance
+ // dropped this view meanwhile...
throw DisposedException();
}