From a70586d9980d71bd3310fcda69f16ac1dafae2d4 Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Fri, 4 Mar 2016 09:18:30 +0100 Subject: [PATCH] fixup tdf#92538 Change-Id: I57650fe955a31f433d611d9e74a0762d349bed64 --- connectivity/source/drivers/postgresql/pq_databasemetadata.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;