fixup tdf#92538
Change-Id: I57650fe955a31f433d611d9e74a0762d349bed64
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user