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