[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - dbaccess/source
Stephan Bergmann
sbergman at redhat.com
Wed Jun 4 01:50:56 PDT 2014
dbaccess/source/ui/dlg/indexdialog.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b8cda0d73c0311e71f99cf8d7283abcf62164e30
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Jun 4 10:47:02 2014 +0200
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();
}
More information about the Libreoffice-commits
mailing list