summaryrefslogtreecommitdiff
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.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 0a360e603d70..b11dc491d016 100644
--- a/connectivity/source/drivers/postgresql/pq_driver.cxx
+++ b/connectivity/source/drivers/postgresql/pq_driver.cxx
@@ -70,7 +70,7 @@ namespace pq_sdbc_driver
static OUString DriverGetImplementationName()
{
- return OUString( "org.openoffice.comp.connectivity.pq.Driver.noext" );
+ return "org.openoffice.comp.connectivity.pq.Driver.noext";
}
static Sequence< OUString > DriverGetSupportedServiceNames()