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

            Bug ID: 164619
           Summary: Newly created forms can't be opened again
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Base
          Assignee: [email protected]
          Reporter: [email protected]

1. Create a new database.
2. Create a new form in Design View.
3. Save the form.
4. Close the form.
5. Try to open the form (or edit it).

=> The document "Form1" could not be opened. SfxBaseModel::loadFromStorage:
0xf26(Error Area:Io Class:Format Code:38)

This is caused by a mismatch between ODF versions of the form's content.xml
(1.4) and its version in the package's manifest.xml (1.2). This mismatch was
created in commit 16de54a5c47fbc4691ee099c1f7bb559a8fe11ac, to workaround
problems appeared after commit 519d96fd8b83ef4c61576d87b58f97b7e6e6e3c6 (which
started to write the ODF version to manifest) in older versions. But that
workaround reversed the problem, so that the newer versions having that patch
started to generate the inconsistency.

The relevant change that prevents opening forms with ODF version mismatch is
commit 0a0f205775807d63e7f6dd910de368bb12b11a49 (landed in 5.4).

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to