diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-07-18 11:18:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-07-19 09:43:58 +0200 |
commit | 1cbca8b27e6e175631190a50a3a363e9d9b07c86 (patch) | |
tree | feab7996e51016652c72ad861d31db7d31114029 /sdext | |
parent | 311d835a4a02782284bcdaa6c7334f6a76bb86f5 (diff) |
cid#1448489 Uncaught exception
Change-Id: Id0c55bdf3a51d21f4d0e9cc407dbff1db5eb55f4
Reviewed-on: https://gerrit.libreoffice.org/75899
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/presenter/PresenterTextView.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterTextView.cxx b/sdext/source/presenter/PresenterTextView.cxx index a11bc4f193e3..3aa30753bc4b 100644 --- a/sdext/source/presenter/PresenterTextView.cxx +++ b/sdext/source/presenter/PresenterTextView.cxx @@ -1062,7 +1062,7 @@ PresenterTextCaret::~PresenterTextCaret() } catch (uno::Exception const&) { - css::uno::Any ex( cppu::getCaughtException() ); + css::uno::Any ex(DbgGetCaughtException()); SAL_WARN("sdext.presenter", "unexpected exception in ~PresenterTextCaret " << exceptionToString(ex)); } } |