basic/source/runtime/runtime.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2fbd7d240efe0737706950195b58fa6a101b9020
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Thu Jul 18 11:07:40 2019 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Fri Jul 19 00:06:33 2019 +0200

    cid#1448438 Uncaught exception
    
    Change-Id: I444e8c8833db6bb0af9cfc7c3b18b45178faa663
    Reviewed-on: https://gerrit.libreoffice.org/75892
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx
index 3baba08b2f8a..74f849ad576f 100644
--- a/basic/source/runtime/runtime.cxx
+++ b/basic/source/runtime/runtime.cxx
@@ -344,7 +344,7 @@ SbiInstance::~SbiInstance()
     }
     catch( const Exception& )
     {
-        css::uno::Any ex( cppu::getCaughtException() );
+        css::uno::Any ex(DbgGetCaughtException());
         SAL_WARN("basic", "SbiInstance::~SbiInstance: caught an exception 
while disposing the components! " << exceptionToString(ex) );
     }
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to