summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-06 11:19:42 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-06 11:19:42 +0100
commitc38aa3b734a0176eedb41d8c2c40f5ac293c11ba (patch)
tree775d54732ea12b732d76356472f8c31bac9dfa29 /connectivity
parent4654e312cfcd84d64bc844c56b3fab8594a76888 (diff)
loplugin:salbool
Change-Id: I7dfd48a04e2dff1391d10acb75180711b403af9b
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/ado/AConnection.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/ado/AConnection.cxx b/connectivity/source/drivers/ado/AConnection.cxx
index a61e12de76ae..d5a2a6066973 100644
--- a/connectivity/source/drivers/ado/AConnection.cxx
+++ b/connectivity/source/drivers/ado/AConnection.cxx
@@ -108,7 +108,7 @@ void OConnection::construct(const OUString& url,const Sequence< PropertyValue >&
aDSN = aDSN.copy(7);
sal_Int32 nTimeout = 20;
- sal_Bool bSilent = true;
+ bool bSilent = true;
const PropertyValue *pIter = info.getConstArray();
const PropertyValue *pEnd = pIter + info.getLength();
for(;pIter != pEnd;++pIter)