fixup tdf#92538

Change-Id: I62fbead59ac83147da6da984f89b64b1d7e4f90d
This commit is contained in:
Lionel Elie Mamane
2016-03-03 19:58:34 +01:00
parent c665a1bc0f
commit 280f234e5e

View File

@@ -2195,7 +2195,7 @@ namespace
{
OUString construct_full_typename(OUString ns, OUString tn)
{
if(ns == "pg_catalog")
if(ns.isEmpty() || ns == "pg_catalog")
return tn;
else
return ns + "." + tn;