summaryrefslogtreecommitdiff
path: root/connectivity/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-07-01 17:38:02 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-07-01 17:49:10 +0200
commit9263b101c39172cbcf04189c515bca80cb15f3aa (patch)
tree6afe725fda4f3e50fb89a69e16e642b0d41dbf62 /connectivity/source
parent485a7c880fd2675ff9c5fc792d4caae980b4535e (diff)
Activate the "suspicious cast to sal_Bool" parts of loplugin:salbool
Change-Id: I78a368ef2899b2462251b45a327fc7b1f31fe764
Diffstat (limited to 'connectivity/source')
-rw-r--r--connectivity/source/drivers/kab/KResultSet.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/kab/KResultSet.cxx b/connectivity/source/drivers/kab/KResultSet.cxx
index 08ca702dd8ca..2e8cb8d4ad66 100644
--- a/connectivity/source/drivers/kab/KResultSet.cxx
+++ b/connectivity/source/drivers/kab/KResultSet.cxx
@@ -968,7 +968,7 @@ void KabResultSet::getFastPropertyValue(
switch (nHandle)
{
case PROPERTY_ID_ISBOOKMARKABLE:
- _rValue <<= (sal_Bool)sal_False;
+ _rValue <<= false;
break;
case PROPERTY_ID_CURSORNAME:
case PROPERTY_ID_RESULTSETCONCURRENCY: