summaryrefslogtreecommitdiffstats
path: root/dbaccess/source
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-26 13:26:30 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-26 13:26:30 +0300
commit45a5fdc7355ba7f6b94e9d754cbe3c39ebfbbaf1 (patch)
tree648e940b9337285ce89cd6c6b28c0d4ce77a87cd /dbaccess/source
parentWaE: C++ exception handler used, but unwind semantics are not enabled (diff)
downloadcore-45a5fdc7355ba7f6b94e9d754cbe3c39ebfbbaf1.tar.gz
core-45a5fdc7355ba7f6b94e9d754cbe3c39ebfbbaf1.zip
WaE: unreferenced local variable
Diffstat (limited to 'dbaccess/source')
-rw-r--r--dbaccess/source/core/api/RowSet.cxx4
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,