diff options
Diffstat (limited to 'editeng/source/misc/hangulhanja.cxx')
-rw-r--r-- | editeng/source/misc/hangulhanja.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/editeng/source/misc/hangulhanja.cxx b/editeng/source/misc/hangulhanja.cxx index 9db47c4b0f7b..c56ce846a57b 100644 --- a/editeng/source/misc/hangulhanja.cxx +++ b/editeng/source/misc/hangulhanja.cxx @@ -36,6 +36,7 @@ #include <sal/log.hxx> #include <osl/diagnose.h> #include <tools/debug.hxx> +#include <tools/diagnose_ex.h> #include <editeng/edtdlg.hxx> @@ -420,7 +421,7 @@ namespace editeng } catch( const Exception& ) { - OSL_FAIL( "HangulHanjaConversion_Impl::implNextConvertibleUnit: caught an exception!" ); + TOOLS_WARN_EXCEPTION( "editeng", "HangulHanjaConversion_Impl::implNextConvertibleUnit" ); //!!! at least we want to move on in the text in order //!!! to avoid an endless loop... @@ -609,7 +610,7 @@ namespace editeng } catch( const Exception& ) { - OSL_FAIL( "HangulHanjaConversion_Impl::implGetConversionDirectionForCurrentPortion: caught an exception!" ); + TOOLS_WARN_EXCEPTION( "editeng", "HangulHanjaConversion_Impl::implGetConversionDirectionForCurrentPortion" ); } } @@ -930,7 +931,7 @@ namespace editeng } catch( const Exception& ) { - OSL_FAIL( "HangulHanjaConversion_Impl::OnFind: caught an exception!" ); + TOOLS_WARN_EXCEPTION( "editeng", "HangulHanjaConversion_Impl::OnFind" ); } } } |