summaryrefslogtreecommitdiff
path: root/fpicker/source/unx/kde_unx/UnxFPentry.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/unx/kde_unx/UnxFPentry.cxx')
-rwxr-xr-xfpicker/source/unx/kde_unx/UnxFPentry.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/unx/kde_unx/UnxFPentry.cxx b/fpicker/source/unx/kde_unx/UnxFPentry.cxx
index 98c94d600937..9a874329281c 100755
--- a/fpicker/source/unx/kde_unx/UnxFPentry.cxx
+++ b/fpicker/source/unx/kde_unx/UnxFPentry.cxx
@@ -86,7 +86,7 @@ sal_Bool SAL_CALL component_writeInfo( void* /*pServiceManager*/, void* pRegistr
}
catch( InvalidRegistryException& )
{
- OSL_ENSURE( sal_False, "InvalidRegistryException caught" );
+ OSL_FAIL( "InvalidRegistryException caught" );
bRetVal = sal_False;
}
}