summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/framework/decryptorimpl.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-30 23:10:52 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-31 09:04:15 +0200
commit9a4fe0bdd8a5d5d65707503137b519517d9fd6dc (patch)
tree95c80fedf31ad6acb350956bc9580e21a5e99e81 /xmlsecurity/source/framework/decryptorimpl.hxx
parent0fc587fc1ef62b560d3e50e54fe2f1beb45a71d8 (diff)
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I012b13ee3e73a7fa3c9fd6a4519d414315a6543d
Diffstat (limited to 'xmlsecurity/source/framework/decryptorimpl.hxx')
-rw-r--r--xmlsecurity/source/framework/decryptorimpl.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/xmlsecurity/source/framework/decryptorimpl.hxx b/xmlsecurity/source/framework/decryptorimpl.hxx
index d1763e791b5a..04c9bd030ecd 100644
--- a/xmlsecurity/source/framework/decryptorimpl.hxx
+++ b/xmlsecurity/source/framework/decryptorimpl.hxx
@@ -51,18 +51,6 @@ class DecryptorImpl : public cppu::ImplInheritanceHelper3
******************************************************************************/
{
private:
- /*
- * the Id of the encryption, which is used for the result listener to
- * identify the encryption.
- */
- sal_Int32 m_nEncryptionId;
-
- /*
- * the decryption result,
- * remembers whether the decryption succeeds.
- */
- bool m_bDecryptionSucceed;
-
com::sun::star::uno::Reference<
com::sun::star::xml::crypto::XXMLSecurityContext > m_xXMLSecurityContext;