diff options
Diffstat (limited to 'toolkit/source/controls/unocontrol.cxx')
-rw-r--r-- | toolkit/source/controls/unocontrol.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/source/controls/unocontrol.cxx b/toolkit/source/controls/unocontrol.cxx index 40a8dd456516..24567118016b 100644 --- a/toolkit/source/controls/unocontrol.cxx +++ b/toolkit/source/controls/unocontrol.cxx @@ -374,7 +374,7 @@ void UnoControl::disposeAccessibleContext() } catch( const Exception& ) { - DBG_ERROR( "UnoControl::disposeAccessibleContext: could not dispose my AccessibleContext!" ); + OSL_FAIL( "UnoControl::disposeAccessibleContext: could not dispose my AccessibleContext!" ); } } } @@ -1452,7 +1452,7 @@ sal_Bool UnoControl::isTransparent( ) throw(RuntimeException) // XServiceInfo ::rtl::OUString UnoControl::getImplementationName( ) throw(RuntimeException) { - DBG_ERROR( "This method should be overloaded!" ); + OSL_FAIL( "This method should be overloaded!" ); return ::rtl::OUString(); } |