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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_driver.cxx b/connectivity/source/drivers/postgresql/pq_driver.cxx
index c020893df624..0e2b839a7757 100644
--- a/connectivity/source/drivers/postgresql/pq_driver.cxx
+++ b/connectivity/source/drivers/postgresql/pq_driver.cxx
@@ -147,7 +147,7 @@ sal_Bool Driver::supportsService(const OUString& ServiceName)
return cppu::supportsService(this, ServiceName);
}
-Sequence< OUString > Driver::getSupportedServiceNames(void)
+Sequence< OUString > Driver::getSupportedServiceNames()
throw(::com::sun::star::uno::RuntimeException, std::exception)
{
return DriverGetSupportedServiceNames();
@@ -225,7 +225,7 @@ public:
return sal_True;
return sal_False;
}
- Sequence< OUString > SAL_CALL getSupportedServiceNames(void)
+ Sequence< OUString > SAL_CALL getSupportedServiceNames()
throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE
{
return m_serviceNames;