Kaydet (Commit) c506954c authored tarafından Giuseppe Castagno's avatar Giuseppe Castagno

tdf#101094 (33): Fix: use the correct exception

Change-Id: I41e7cc0a1e176e44cb1b3fb87269eb6e052c6478
Reviewed-on: https://gerrit.libreoffice.org/29273Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarGiuseppe Castagno <giuseppe.castagno@acca-esse.eu>
üst 833156c6
......@@ -1642,9 +1642,9 @@ uno::Reference< sdbc::XRow > Content::getPropertyValues(
if ( bError )
{
if ( !shouldAccessNetworkAfterException( e ) )
if ( !shouldAccessNetworkAfterException( aLastException ) )
{
cancelCommandExecution( e, xEnv );
cancelCommandExecution( aLastException, xEnv );
// unreachable
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment