summaryrefslogtreecommitdiff
path: root/shell/source/unix/sysshell/recently_used_file_handler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/unix/sysshell/recently_used_file_handler.cxx')
-rw-r--r--shell/source/unix/sysshell/recently_used_file_handler.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/source/unix/sysshell/recently_used_file_handler.cxx b/shell/source/unix/sysshell/recently_used_file_handler.cxx
index 1ef8c621dd3b..b34bb3ad81a3 100644
--- a/shell/source/unix/sysshell/recently_used_file_handler.cxx
+++ b/shell/source/unix/sysshell/recently_used_file_handler.cxx
@@ -513,15 +513,15 @@ extern "C" void add_to_recently_used_file_list(const rtl::OUString& file_url, co
}
catch(const char* ex)
{
- OSL_ENSURE(false, ex);
+ OSL_FAIL(ex);
}
catch(const xml_parser_exception&)
{
- OSL_ENSURE(false, "XML parser error");
+ OSL_FAIL("XML parser error");
}
catch(const unknown_xml_format_exception&)
{
- OSL_ENSURE(false, "XML format unknown");
+ OSL_FAIL("XML format unknown");
}
}