getStr for OSL_FAIL
This commit is contained in:
@@ -195,7 +195,7 @@ IMPL_LINK(SwMailMergeAddressBlockPage, AddressListHdl_Impl, PushButton*, EMPTYAR
|
|||||||
}
|
}
|
||||||
catch (const uno::Exception& e)
|
catch (const uno::Exception& e)
|
||||||
{
|
{
|
||||||
OSL_FAIL(rtl::OUStringToOString(e.Message, osl_getThreadTextEncoding()));
|
OSL_FAIL(rtl::OUStringToOString(e.Message, osl_getThreadTextEncoding()).getStr());
|
||||||
ErrorBox(this, WB_OK, e.Message).Execute();
|
ErrorBox(this, WB_OK, e.Message).Execute();
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user