https://bugs.documentfoundation.org/show_bug.cgi?id=166173
--- Comment #3 from Timur <ti...@libreoffice.org> --- Resolved in master 25.8+ with https://gerrit.libreoffice.org/c/core/+/184042 Adding also the commit for future search: 29c7e73d132154ef7e83b15f6ff39938fb927fe5 sw: always export enforcement attribute of documentProtection otherwise: (in word/settings.xml) - if a docx document has w:enforcement="0", LO will not import it. Hence, LO will not export it, too. - this will cause a lack of enforcement attr. - which will make the docx "protected" after export from LO - in MSO Word. Therefore, we have to import enforcement attr. even if it's value is "0". -- You are receiving this mail because: You are the assignee for the bug.