https://issues.apache.org/ooo/show_bug.cgi?id=114416
--- Comment #11 from hanya <[email protected]> --- @aguelzow These attributes are not required by ODF specification it seems. I think the problem is there in the filter implementation of the office. form:form element is imported by xmloff::OFormImport class which inherits OContainerImport< OElementImport >. The mechanism to import form:form element is the same with the one for form:value-range and others. OElementImport::determineDefaultServiceName method returns empty string for form:form importing. So if form:form element does not have control-implementation attribute, the form container is failed to be created. xmloff::OFormImport::determineDefaultServiceName should return default service name for the form component. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
