connectivity/source/drivers/hsqldb/HView.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c61dc240e04fd5f6b70e16644d0a317f9f4bdff9 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Feb 25 13:27:18 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Fri Mar 1 07:07:48 2019 +0100 Fix typo Change-Id: I7940a112baa985e66668d847f13a271553ad5b4b Reviewed-on: https://gerrit.libreoffice.org/68523 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/connectivity/source/drivers/hsqldb/HView.cxx b/connectivity/source/drivers/hsqldb/HView.cxx index bd4e65eca2c4..71dae8440da9 100644 --- a/connectivity/source/drivers/hsqldb/HView.cxx +++ b/connectivity/source/drivers/hsqldb/HView.cxx @@ -118,7 +118,7 @@ namespace connectivity { namespace hsqldb { if ( bDropSucceeded ) // drop succeeded, but creation failed -> re-create the view with the original - // statemnet + // statement xStatement->execute( sRestoreCommand ); throw; } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
