diff options
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/api/RowSet.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/core/api/RowSet.cxx b/dbaccess/source/core/api/RowSet.cxx index c74d75e03291..c2a38127e62f 100644 --- a/dbaccess/source/core/api/RowSet.cxx +++ b/dbaccess/source/core/api/RowSet.cxx @@ -2184,11 +2184,11 @@ Reference< XConnection > ORowSet::calcConnection(const Reference< XInteractionH xNewConn = xDataSource->getConnection( m_aUser, m_aPassword ); } } - catch ( const SQLException& e ) + catch ( const SQLException& ) { throw; } - catch ( const Exception& e ) + catch ( const Exception& ) { Any aError = ::cppu::getCaughtException(); ::rtl::OUString sMessage = ResourceManager::loadString( RID_NO_SUCH_DATA_SOURCE, |