dbaccess/source/ui/dlg/indexdialog.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3e336d69e32ddfac624c450b7bb990dfea1f9c3b
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Wed Jun 4 10:47:02 2014 +0200

    loplugin:literaltoboolconversion
    
    Change-Id: Ie871fa9378bbb34eacd3205f9485a6f89f833674

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();
     }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to