dbaccess/source/ui/uno/copytablewizard.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f27bf3e888c6e98c4a723eb0a00c57f0197f1ed2
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Fri Oct 28 11:48:56 2022 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Fri Oct 28 14:43:08 2022 +0200

    add TOOLS_WARN
    
    to make future debugging easier
    
    Change-Id: Ib8d268a350489d976c67504af171df5bd34579ed
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141966
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

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

Reply via email to