Fix typo
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:
committed by
Julien Nabet
parent
1dc2598017
commit
c61dc240e0
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user