summaryrefslogtreecommitdiff
path: root/svtools/source/productregistration/productregistration.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/productregistration/productregistration.cxx')
-rw-r--r--svtools/source/productregistration/productregistration.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/productregistration/productregistration.cxx b/svtools/source/productregistration/productregistration.cxx
index 720cf15a41f3..a4251652aac2 100644
--- a/svtools/source/productregistration/productregistration.cxx
+++ b/svtools/source/productregistration/productregistration.cxx
@@ -163,7 +163,7 @@ namespace svt
}
catch(const Exception& )
{
- OSL_ENSURE( sal_False, "lcl_getActiveFrame: caught an exception!" );
+ OSL_FAIL( "lcl_getActiveFrame: caught an exception!" );
return Reference< XFrame >();
}
}
@@ -184,7 +184,7 @@ namespace svt
}
catch( const Exception& )
{
- OSL_ENSURE( sal_False, "lcl_getPreferredDialogParent: caught an exception!" );
+ OSL_FAIL( "lcl_getPreferredDialogParent: caught an exception!" );
}
return pReturn;
@@ -375,7 +375,7 @@ namespace svt
break;
default:
- OSL_ENSURE( sal_False, "OProductRegistration::execute: invalid response from the dialog!" );
+ OSL_FAIL( "OProductRegistration::execute: invalid response from the dialog!" );
}
// prefer new style registration