loplugin:literaltoboolconversion

Change-Id: Ie871fa9378bbb34eacd3205f9485a6f89f833674
(cherry picked from commit 3e336d69e32ddfac624c450b7bb990dfea1f9c3b)
diff --git a/dbaccess/source/ui/dlg/indexdialog.cxx b/dbaccess/source/ui/dlg/indexdialog.cxx
index c713d10..6857e2b 100644
--- a/dbaccess/source/ui/dlg/indexdialog.cxx
+++ b/dbaccess/source/ui/dlg/indexdialog.cxx
@@ -138,7 +138,7 @@ namespace dbaui
    void DbaIndexList::SelectNoHandlerCall( SvTreeListEntry* _pEntry )
    {
        disableSelectHandler();
        Select(_pEntry, sal_True);
        Select(_pEntry, true);
        enableSelectHandler();
    }