summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc/gpg/SEInitializer.hxx
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2017-06-21 18:00:55 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2017-06-21 22:16:56 +0200
commitba53bd4e7234c771e6e655a492f0416807669027 (patch)
tree19c30c526611e36b907f4e389b9567ff2b76eb49 /xmlsecurity/inc/gpg/SEInitializer.hxx
parent4ddb2f716fa5501271bfb2d270a56562ddb5051d (diff)
gpg4libre: make signature impl swappable in-situ during validation
Sadly we only know whether its a OpenPGP or X509 signature during parsing, so we need to switch the implementation mid-way Change-Id: Ib48a9da0105de62cfecda095df8c154b59ba8c40
Diffstat (limited to 'xmlsecurity/inc/gpg/SEInitializer.hxx')
-rw-r--r--xmlsecurity/inc/gpg/SEInitializer.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmlsecurity/inc/gpg/SEInitializer.hxx b/xmlsecurity/inc/gpg/SEInitializer.hxx
index d4f375bfd41c..db73d621f7be 100644
--- a/xmlsecurity/inc/gpg/SEInitializer.hxx
+++ b/xmlsecurity/inc/gpg/SEInitializer.hxx
@@ -22,11 +22,8 @@
class XSECGPG_DLLPUBLIC SEInitializerGpg : public cppu::WeakImplHelper< css::xml::crypto::XSEInitializer >
{
-protected:
- css::uno::Reference< css::uno::XComponentContext > m_xContext;
-
public:
- explicit SEInitializerGpg(const css::uno::Reference<css::uno::XComponentContext > &rxContext);
+ SEInitializerGpg();
virtual ~SEInitializerGpg() override;
/* XSEInitializer */