diff options
Diffstat (limited to 'dbaccess/source/ui/uno/copytablewizard.cxx')
-rw-r--r-- | dbaccess/source/ui/uno/copytablewizard.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/source/ui/uno/copytablewizard.cxx b/dbaccess/source/ui/uno/copytablewizard.cxx index 9a77d4ed7f22..49cbb81d5c9f 100644 --- a/dbaccess/source/ui/uno/copytablewizard.cxx +++ b/dbaccess/source/ui/uno/copytablewizard.cxx @@ -1400,6 +1400,7 @@ void CopyTableWizard::impl_doCopy_nothrow() } catch( const Exception& ) { + TOOLS_WARN_EXCEPTION("dbaccess", ""); aError = ::cppu::getCaughtException(); // silence the error of the user cancelling the parameter's dialog |