loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: I31a6e4ba81fab2843e5bc9a390fa7b0a5ec29411
This commit is contained in:
parent
bc9047540a
commit
4bff11d579
1 changed files with 1 additions and 1 deletions
|
@ -479,7 +479,7 @@ void FilterAllListenerImpl::convertToEventReturn( Any & rRet, const Type & rRetT
|
|||
break;
|
||||
|
||||
case TypeClass_BOOLEAN:
|
||||
rRet <<= sal_True;
|
||||
rRet <<= true;
|
||||
break;
|
||||
|
||||
case TypeClass_STRING:
|
||||
|
|
Loading…
Reference in a new issue