diff options
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/ext/ucpext_content.cxx | 4 | ||||
-rw-r--r-- | ucb/source/ucp/ext/ucpext_datasupplier.cxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ucb/source/ucp/ext/ucpext_content.cxx b/ucb/source/ucp/ext/ucpext_content.cxx index 1bd0be9300b5..b76ccd7b0a7a 100644 --- a/ucb/source/ucp/ext/ucpext_content.cxx +++ b/ucb/source/ucp/ext/ucpext_content.cxx @@ -613,7 +613,7 @@ namespace ucb { namespace ucp { namespace ext } catch( const Exception& ) { - DBG_UNHANDLED_EXCEPTION(); + DBG_UNHANDLED_EXCEPTION("ucb.ucp.ext"); } m_aIsFolder.reset( bIsFolder ); return *m_aIsFolder; @@ -637,7 +637,7 @@ namespace ucb { namespace ucp { namespace ext } catch( const Exception& ) { - DBG_UNHANDLED_EXCEPTION(); + DBG_UNHANDLED_EXCEPTION("ucb.ucp.ext"); } } } diff --git a/ucb/source/ucp/ext/ucpext_datasupplier.cxx b/ucb/source/ucp/ext/ucpext_datasupplier.cxx index 255219ce02b6..93e2c21d672b 100644 --- a/ucb/source/ucp/ext/ucpext_datasupplier.cxx +++ b/ucb/source/ucp/ext/ucpext_datasupplier.cxx @@ -166,7 +166,7 @@ namespace ucb { namespace ucp { namespace ext } catch( const Exception& ) { - DBG_UNHANDLED_EXCEPTION(); + DBG_UNHANDLED_EXCEPTION("ucb.ucp.ext"); } } @@ -239,7 +239,7 @@ namespace ucb { namespace ucp { namespace ext } catch ( const IllegalIdentifierException& ) { - DBG_UNHANDLED_EXCEPTION(); + DBG_UNHANDLED_EXCEPTION("ucb.ucp.ext"); } } |