summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-07-17 13:13:06 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2017-07-17 16:22:34 +0200
commit9127706ab39cd39da7a8b9a13acb553a77968890 (patch)
tree54e341d544bc28a91a52f4627d8a3af3aaed6231 /xmlsecurity/inc
parentcf0a9b9c7a988b74102bcdd38710fb9e80521081 (diff)
gpg4libre: Wrap PGPOwner in own namespace
as recommended by W3C: https://www.w3.org/TR/xmldsig-core/#sec-PGPData Change-Id: I2cc0ae24eefc9137d2e3432da1d65e44245c7616 Reviewed-on: https://gerrit.libreoffice.org/40058 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r--xmlsecurity/inc/xmlsignaturehelper.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlsecurity/inc/xmlsignaturehelper.hxx b/xmlsecurity/inc/xmlsignaturehelper.hxx
index d527942f50f2..2b2a82c413c8 100644
--- a/xmlsecurity/inc/xmlsignaturehelper.hxx
+++ b/xmlsecurity/inc/xmlsignaturehelper.hxx
@@ -96,6 +96,7 @@ private:
rtl::Reference<XSecController> mpXSecController;
bool mbError;
bool mbODFPre1_2;
+ bool mbHasGpgSignatures;
Link<LinkParamNone*,bool> maStartVerifySignatureHdl;
private: