Kaydet (Commit) d8d6bee7 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)

üst db676752
......@@ -244,7 +244,7 @@ pseudo_Mapping::~pseudo_Mapping()
//##################################################################################################
extern "C" void SAL_CALL uno_initEnvironment( uno_Environment * pUnoEnv )
{
OSL_ENSURE( sal_False, "### no impl: unexpected call!" );
OSL_FAIL( "### no impl: unexpected call!" );
}
//##################################################################################################
extern "C" void SAL_CALL uno_ext_getMapping(
......
......@@ -279,7 +279,7 @@ sal_Bool SAL_CALL component_writeInfo(
}
catch (InvalidRegistryException &)
{
OSL_ENSURE( sal_False, "### InvalidRegistryException!" );
OSL_FAIL( "### InvalidRegistryException!" );
}
}
return sal_False;
......
......@@ -1310,7 +1310,7 @@ sal_Bool SAL_CALL component_writeInfo(
}
catch (InvalidRegistryException &)
{
OSL_ENSURE( sal_False, "### InvalidRegistryException!" );
OSL_FAIL( "### InvalidRegistryException!" );
}
}
return sal_False;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment