https://bugs.documentfoundation.org/show_bug.cgi?id=111862

--- Comment #5 from Alex Thurgood <ipla...@tuta.io> ---
The error message you cite comes from :

wizards/source/resources/resources_en_US.properties

RID_DB_COMMON_45=The field names from '%NAME' could not be retrieved

which is invoked by :

wizards/com/sun/star/wizards/db/CommandMetaData.java

String sMsgNoFieldsFromCommand = oResource.getResText("RID_DB_COMMON_45")

and

sMsgNoFieldsFromCommand = JavaTools.replaceSubString(sMsgNoFieldsFromCommand,
_commandname, "%NAME")

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to