summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-04 10:47:02 +0200
committerCaolán McNamara <caolanm@redhat.com>2014-06-04 09:50:26 +0100
commitb8cda0d73c0311e71f99cf8d7283abcf62164e30 (patch)
tree25c9bea133bb8182726e474961fe71c0c0fd58cb /dbaccess
parentfcf3364343315f8d391e0c824646b5602240418d (diff)
loplugin:literaltoboolconversion
Change-Id: Ie871fa9378bbb34eacd3205f9485a6f89f833674 (cherry picked from commit 3e336d69e32ddfac624c450b7bb990dfea1f9c3b)
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/dlg/indexdialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/indexdialog.cxx b/dbaccess/source/ui/dlg/indexdialog.cxx
index c713d1005f72..6857e2be5409 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();
}