summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers/postgresql/pq_driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_driver.cxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_driver.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_driver.cxx b/connectivity/source/drivers/postgresql/pq_driver.cxx
index b1b3b407a987..5db4c82d3989 100644
--- a/connectivity/source/drivers/postgresql/pq_driver.cxx
+++ b/connectivity/source/drivers/postgresql/pq_driver.cxx
@@ -100,9 +100,8 @@ sal_Bool Driver::acceptsURL( const OUString& url )
}
Sequence< DriverPropertyInfo > Driver::getPropertyInfo(
- const OUString& url,const Sequence< PropertyValue >& info )
+ const OUString&,const Sequence< PropertyValue >& )
{
- (void)url; (void)info;
return Sequence< DriverPropertyInfo > ();
}
@@ -214,9 +213,8 @@ private:
};
Reference< XInterface > OOneInstanceComponentFactory::createInstanceWithArgumentsAndContext(
- Sequence< Any > const &rArguments, const Reference< XComponentContext > & ctx )
+ Sequence< Any > const &, const Reference< XComponentContext > & ctx )
{
- (void)rArguments;
return createInstanceWithContext( ctx );
}