[Libreoffice-commits] core.git: basic/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Thu Jul 18 22:08:37 UTC 2019


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

New commits:
commit 2fbd7d240efe0737706950195b58fa6a101b9020
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Jul 18 11:07:40 2019 +0100
Commit:     Caolán McNamara <caolanm at 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 <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at 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) );
     }
 }


More information about the Libreoffice-commits mailing list