diff options
-rw-r--r-- | connectivity/source/drivers/ado/AConnection.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/connectivity/source/drivers/ado/AConnection.cxx b/connectivity/source/drivers/ado/AConnection.cxx index d5a2a6066973..15432c3b4611 100644 --- a/connectivity/source/drivers/ado/AConnection.cxx +++ b/connectivity/source/drivers/ado/AConnection.cxx @@ -108,15 +108,12 @@ void OConnection::construct(const OUString& url,const Sequence< PropertyValue >& aDSN = aDSN.copy(7); sal_Int32 nTimeout = 20; - bool bSilent = true; const PropertyValue *pIter = info.getConstArray(); const PropertyValue *pEnd = pIter + info.getLength(); for(;pIter != pEnd;++pIter) { if(pIter->Name == "Timeout") pIter->Value >>= nTimeout; - else if(pIter->Name == "Silent") - pIter->Value >>= bSilent; else if(pIter->Name == "user") pIter->Value >>= aUID; else if(pIter->Name == "password") |