summaryrefslogtreecommitdiff
path: root/odk/examples/cpp/remoteclient/remoteclient.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-19 14:11:43 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-19 14:11:43 +0100
commitf03de39457c663e88592899ebda0f07c4e24aa9c (patch)
treef9210ed44255aaaa564ae8cc5d4239dd575c9ddf /odk/examples/cpp/remoteclient/remoteclient.cxx
parentab416c033d2785aedf64c42a10de32b8efd4cd02 (diff)
Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)
Diffstat (limited to 'odk/examples/cpp/remoteclient/remoteclient.cxx')
-rw-r--r--odk/examples/cpp/remoteclient/remoteclient.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/cpp/remoteclient/remoteclient.cxx b/odk/examples/cpp/remoteclient/remoteclient.cxx
index 90863b4c78d8..a034d03d2cc6 100644
--- a/odk/examples/cpp/remoteclient/remoteclient.cxx
+++ b/odk/examples/cpp/remoteclient/remoteclient.cxx
@@ -254,7 +254,7 @@ sal_Bool SAL_CALL component_writeInfo(
}
catch (InvalidRegistryException &)
{
- OSL_ENSURE( sal_False, "### InvalidRegistryException!" );
+ OSL_FAIL( "### InvalidRegistryException!" );
}
}
return sal_False;