https://bugs.documentfoundation.org/show_bug.cgi?id=138209
--- Comment #21 from Mike Kaganski <[email protected]> --- Unfortunately, this is not fixed. Even though this is a very old bug, reported fixed in 2021, and usually this is reasonable to open a new bug for such cases ... this is not fixed. The problem here was - and still is - that the version written to the manifest (/META-INF/manifest.xml), for the form, is arbitrary (selected in OStorage_Impl::CopyToStorage, and currently either "1.2" or "1.3"), while the version of the XMLs in /forms/ObjX (and specifically, of the content.xml there) is decided differently (currently, "1.4"). This throws on load in SvXMLImport::startFastElement (xmloff/source/core/xmlimp.cxx): "the ODF version in content.xml and manifest.xml must be the same starting from ODF1.2" (commit 0a0f205775807d63e7f6dd910de368bb12b11a49). Create an ODB in a current version (saving ODF 1.4). Create a form there. Save it. Try to open it again => failure. -- You are receiving this mail because: You are the assignee for the bug.
