Kaydet (Commit) 4bff11d5 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:salbool: Automatic rewrite of sal_False/True

Change-Id: I31a6e4ba81fab2843e5bc9a390fa7b0a5ec29411
üst bc904754
......@@ -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:
......
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