diff options
-rw-r--r-- | basic/source/runtime/runtime.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) ); } } |