fixup tdf#92538

Change-Id: I57650fe955a31f433d611d9e74a0762d349bed64
This commit is contained in:
Lionel Elie Mamane
2016-03-04 09:18:30 +01:00
parent 280f234e5e
commit a70586d998

View File

@@ -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;