diff options
Diffstat (limited to 'stoc/test/testconv.cxx')
-rw-r--r-- | stoc/test/testconv.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/test/testconv.cxx b/stoc/test/testconv.cxx index 2ed6fd712505..165f073912ed 100644 --- a/stoc/test/testconv.cxx +++ b/stoc/test/testconv.cxx @@ -671,7 +671,7 @@ SAL_IMPLEMENT_MAIN() } catch (const Exception & rExc) { - SAL_WARN("stoc", "### exception occurred: " << rExc ); + DBG_UNHANDLED_EXCEPTION("stoc", "### exception occurred: " << rExc ); } Reference< XComponent >( xMgr, UNO_QUERY )->dispose(); |