diff options
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/source/extended/accessibleeditbrowseboxcell.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accessibility/source/extended/accessibleeditbrowseboxcell.cxx b/accessibility/source/extended/accessibleeditbrowseboxcell.cxx index 55016a749f04..7aefcc98bfad 100644 --- a/accessibility/source/extended/accessibleeditbrowseboxcell.cxx +++ b/accessibility/source/extended/accessibleeditbrowseboxcell.cxx @@ -22,6 +22,7 @@ #include <extended/accessibleeditbrowseboxcell.hxx> #include <comphelper/processfactory.hxx> +#include <tools/diagnose_ex.h> namespace accessibility { @@ -224,7 +225,7 @@ namespace accessibility } catch( const Exception& ) { - OSL_FAIL( "EditBrowseBoxTableCellAccess::disposing: caught an exception while disposing the context!" ); + TOOLS_WARN_EXCEPTION( "accessibility", "EditBrowseBoxTableCellAccess::disposing: caught an exception while disposing the context!" ); } } |