diff options
author | Noel <noelgrandin@gmail.com> | 2020-10-02 15:56:31 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-10-03 08:13:51 +0200 |
commit | 6ee9ab65db0a993bc93bbf0140f0a4657be10657 (patch) | |
tree | bf99e0212559149b943febfff5d7df82d9ccbede /dbaccess/source | |
parent | 547b1d054162a73d49a828bed140ab8671da2ff8 (diff) |
use more TOOLS_WARN_EXCEPTION
Change-Id: Id83c478af5d04ad548c7cf4239fe2fb3ee154dc9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103861
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess/source')
-rw-r--r-- | dbaccess/source/core/api/tablecontainer.cxx | 2 | ||||
-rw-r--r-- | dbaccess/source/ui/browser/brwctrlr.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/core/api/tablecontainer.cxx b/dbaccess/source/core/api/tablecontainer.cxx index 2da2c3350a91..443e78a67de7 100644 --- a/dbaccess/source/core/api/tablecontainer.cxx +++ b/dbaccess/source/core/api/tablecontainer.cxx @@ -77,7 +77,7 @@ namespace } catch(const Exception&) { - SAL_WARN("dbaccess", "lcl_isPropertySetDefaulted: Exception caught!" ); + TOOLS_WARN_EXCEPTION("dbaccess", "" ); } } return ( pIter == pEnd ); diff --git a/dbaccess/source/ui/browser/brwctrlr.cxx b/dbaccess/source/ui/browser/brwctrlr.cxx index 3366ed97df15..c2e175020b4e 100644 --- a/dbaccess/source/ui/browser/brwctrlr.cxx +++ b/dbaccess/source/ui/browser/brwctrlr.cxx @@ -1859,7 +1859,7 @@ void SbaXDataBrowserController::Execute(sal_uInt16 nId, const Sequence< Property } catch(Exception&) { - SAL_WARN("dbaccess.ui", "Exception caught!"); + TOOLS_WARN_EXCEPTION("dbaccess.ui", "" ); } break; case SID_FM_DELETEROWS: |