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

This commit is contained in:
Thomas Arnhold
2011-03-19 14:06:18 +01:00
parent 00d5ba291e
commit 352f1a58e2
68 changed files with 214 additions and 214 deletions

View File

@@ -91,7 +91,7 @@ CSerializationAppXML::serialize_node(const CSS::uno::Reference< CSS::xml::dom::X
} else {
// can't get tunnel to native backend
// logic for generic implementation could be implemented here...
OSL_ENSURE(sal_False, "unkown dom implementation, cannot serialize");
OSL_FAIL("unkown dom implementation, cannot serialize");
return;
}
}