summaryrefslogtreecommitdiffstats
path: root/connectivity
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-02-09 09:51:32 +0200
committerTor Lillqvist <tml@iki.fi>2012-02-10 14:04:06 +0200
commit95e79b3ebd10c4c7dae89613a65b1678551caf21 (patch)
treefb0e24511c543951190ffc8cb7e3ef406bf6f5f8 /connectivity
parentcan use direct operator[] variants (diff)
downloadcore-95e79b3ebd10c4c7dae89613a65b1678551caf21.tar.gz
core-95e79b3ebd10c4c7dae89613a65b1678551caf21.zip
WaE: unreferenced local variable
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/postgresql/pq_driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_driver.cxx b/connectivity/source/drivers/postgresql/pq_driver.cxx
index dce19c777808..86d37be78a2b 100644
--- a/connectivity/source/drivers/postgresql/pq_driver.cxx
+++ b/connectivity/source/drivers/postgresql/pq_driver.cxx
@@ -367,7 +367,7 @@ void * SAL_CALL component_getFactory(
{
propSet->getPropertyValue( ASCII_STR( "DefaultContext" ) ) >>= defaultContext;
}
- catch( com::sun::star::uno::Exception &e )
+ catch( com::sun::star::uno::Exception & )
{
// if there is no default context, ignore it
}