loplugin:literaltoboolconversion
Change-Id: Ie871fa9378bbb34eacd3205f9485a6f89f833674
This commit is contained in:
@@ -138,7 +138,7 @@ namespace dbaui
|
||||
void DbaIndexList::SelectNoHandlerCall( SvTreeListEntry* _pEntry )
|
||||
{
|
||||
disableSelectHandler();
|
||||
Select(_pEntry, sal_True);
|
||||
Select(_pEntry, true);
|
||||
enableSelectHandler();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user