summaryrefslogtreecommitdiff
path: root/include/oox/crypto
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-07-18 14:49:58 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-07-23 09:55:40 +0200
commit110a25fdc2b0dc16c9b376fa6a9fdeb5fe7a58fb (patch)
tree9d103f76e3e914ad57fa8bfea2d3d5fccf751f70 /include/oox/crypto
parentba0e705b53c631f9fc47b5379c50fe2abb95feac (diff)
loplugin:unusedfields
Change-Id: I1827262ad95942cacff589929f9436f8383cf142 Reviewed-on: https://gerrit.libreoffice.org/57642 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/oox/crypto')
-rw-r--r--include/oox/crypto/DocumentDecryption.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/oox/crypto/DocumentDecryption.hxx b/include/oox/crypto/DocumentDecryption.hxx
index a18e94e10412..e32667760c9f 100644
--- a/include/oox/crypto/DocumentDecryption.hxx
+++ b/include/oox/crypto/DocumentDecryption.hxx
@@ -35,8 +35,6 @@ namespace core {
class OOX_DLLPUBLIC DocumentDecryption
{
private:
- css::uno::Reference< css::uno::XComponentContext > mxContext;
-
enum CryptoType
{
UNKNOWN,
@@ -49,9 +47,7 @@ private:
CryptoType mCryptoType;
public:
- DocumentDecryption(
- oox::ole::OleStorage& rOleStorage,
- css::uno::Reference< css::uno::XComponentContext > const & xContext);
+ DocumentDecryption(oox::ole::OleStorage& rOleStorage);
bool decrypt(const css::uno::Reference< css::io::XStream >& xDocumentStream);
bool readEncryptionInfo();