summaryrefslogtreecommitdiffstats
path: root/connectivity
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2016-03-04 09:18:30 +0100
committerLionel Elie Mamane <lionel@mamane.lu>2016-03-04 09:23:05 +0100
commita70586d9980d71bd3310fcda69f16ac1dafae2d4 (patch)
treedae957a5a90afab08c997d5bd1d56f252bae137a /connectivity
parentfixup tdf#92538 (diff)
downloadcore-a70586d9980d71bd3310fcda69f16ac1dafae2d4.tar.gz
core-a70586d9980d71bd3310fcda69f16ac1dafae2d4.zip
fixup tdf#92538
Change-Id: I57650fe955a31f433d611d9e74a0762d349bed64
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/postgresql/pq_databasemetadata.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx b/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
index 53b4f9d41b15..911f40069a76 100644
--- a/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
+++ b/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
@@ -2193,7 +2193,7 @@ static sal_Int32 getMaxScale( sal_Int32 dataType )
namespace
{
- OUString construct_full_typename(OUString ns, OUString tn)
+ OUString construct_full_typename(const OUString &ns, const OUString &tn)
{
if(ns.isEmpty() || ns == "pg_catalog")
return tn;