diff options
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/uno/copytablewizard.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/ui/uno/copytablewizard.cxx b/dbaccess/source/ui/uno/copytablewizard.cxx index 252564d610d8..f9861d8820ba 100644 --- a/dbaccess/source/ui/uno/copytablewizard.cxx +++ b/dbaccess/source/ui/uno/copytablewizard.cxx @@ -1568,7 +1568,6 @@ void SAL_CALL CopyTableWizard::initialize( const Sequence< Any >& _rArguments ) m_xInteractionHandler = xDestDocHandler; } catch( const RuntimeException& ) { throw; } - catch( const IllegalArgumentException& ) { throw; } catch( const SQLException& ) { throw; } catch( const Exception& ) { |