Change-Id: I7940a112baa985e66668d847f13a271553ad5b4b
Reviewed-on: https://gerrit.libreoffice.org/68523
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2019-02-25 13:27:18 +00:00
committed by Julien Nabet
parent 1dc2598017
commit c61dc240e0

View File

@@ -118,7 +118,7 @@ namespace connectivity { namespace hsqldb
{ {
if ( bDropSucceeded ) if ( bDropSucceeded )
// drop succeeded, but creation failed -> re-create the view with the original // drop succeeded, but creation failed -> re-create the view with the original
// statemnet // statement
xStatement->execute( sRestoreCommand ); xStatement->execute( sRestoreCommand );
throw; throw;
} }