diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-10-28 11:48:56 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-10-28 14:43:08 +0200 |
commit | f27bf3e888c6e98c4a723eb0a00c57f0197f1ed2 (patch) | |
tree | b34327c43bf8dee2dad319f40eff6b5cfae09429 /dbaccess/source | |
parent | ca82061c2cad00aeddb17b766063776fee0ee41a (diff) |
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.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess/source')
-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 |