Kaydet (Commit) d59379a7 authored tarafından Michael Stahl's avatar Michael Stahl

cli_ure: warning C4965: implicit box of integer 0

Change-Id: I0ccc91ea686e599171845ff2cff5e536bbdb7b77
üst 4a2bfe3d
......@@ -261,7 +261,7 @@ bool UnoInterfaceProxy::CanCastTo(System::Type^ fromType,
// handle regular exception from target
OSL_ENSURE(
0 == pException,
nullptr == pException,
OUStringToOString(
mapCliString( pException->ToString()),
RTL_TEXTENCODING_UTF8 ).getStr() );
......
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