Kaydet (Commit) 7c7aa4e3 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:pointerbool (clang-cl)

Change-Id: Idaf9e1858afb8f22bba1767470138ec820a8d7cb
üst 1a95cd72
......@@ -590,7 +590,7 @@ ErrCode call(
//TODO
break;
case SbxBOOL:
result.PutBool(iRetVal);
result.PutBool(bool(iRetVal));
break;
case SbxBYTE:
result.PutByte(static_cast< sal_uInt8 >(iRetVal));
......
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