https://bugs.documentfoundation.org/show_bug.cgi?id=166173
Timur <ti...@libreoffice.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression By| |Serge Krot Keywords| |bibisected, bisected, | |implementationError See Also| |https://bugs.documentfounda | |tion.org/show_bug.cgi?id=66 | |397 Version|7.5.8.2 release |6.0.0.3 release --- Comment #2 from Timur <ti...@libreoffice.org> --- Regression from 6.0: http://cgit.freedesktop.org/libreoffice/core/commit/?id=2694162969cf86ef366d3ce812fccd0630acc800 author Serge Krot <serge.k...@cib.de> 2017-09-29 18:01:54 +0200 committer Thorsten Behrens <thorsten.behr...@cib.de> 2017-10-06 08:06:59 +0200 commit 2694162969cf86ef366d3ce812fccd0630acc800 (patch) tdf#66398 Import/export docx document protection properties Added: + import/export of all doc protection properties + unit test If there is the line: <w:documentProtection w:edit="forms" w:enforcement="0"/> the export make it: <w:documentProtection w:edit="forms" w:cryptProviderType="rsaAES" w:cryptAlgorithmClass="hash" w:cryptAlgorithmType="typeAny" w:cryptAlgorithmSid="" w:cryptSpinCount="0" w:hash="" w:salt=""/> So this rather seems as implementationError. -- You are receiving this mail because: You are the assignee for the bug.