summaryrefslogtreecommitdiff
path: root/shell/source/win32/simplemail/senddoc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/win32/simplemail/senddoc.cxx')
-rw-r--r--shell/source/win32/simplemail/senddoc.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/win32/simplemail/senddoc.cxx b/shell/source/win32/simplemail/senddoc.cxx
index 78f69d3200c2..c03ae66635b9 100644
--- a/shell/source/win32/simplemail/senddoc.cxx
+++ b/shell/source/win32/simplemail/senddoc.cxx
@@ -221,7 +221,7 @@ void initParameter(int argc, char* argv[])
{
if (!isKnownParameter(argv[i]))
{
- OSL_ENSURE(false, "Wrong parameter received");
+ OSL_FAIL("Wrong parameter received");
continue;
}
@@ -324,7 +324,7 @@ int main(int argc, char* argv[])
#endif
)
{
- OSL_ENSURE(false, ex.what());
+ OSL_FAIL(ex.what());
}
return ulRet;
}