Skip to content
Commit 01397669 authored by Nicolas Fella's avatar Nicolas Fella Committed by Albert Astals Cid
Browse files

Fix DocumentHasPassword check

A document can be encrypted without requiring a password to open/sign it.

Currently we assume we need a password to sign it for such documents, but
that's not correct.

Instead of checking whether the document is encrypted remember whether
we needed a password for opening.

BUG: 474888
(cherry picked from commit ea243a2a)
parent 48445c0c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment