summaryrefslogtreecommitdiff
path: root/oox/source/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 /oox/source/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 'oox/source/crypto')
-rw-r--r--oox/source/crypto/DocumentDecryption.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/oox/source/crypto/DocumentDecryption.cxx b/oox/source/crypto/DocumentDecryption.cxx
index 16cc29551b21..a8462b657329 100644
--- a/oox/source/crypto/DocumentDecryption.cxx
+++ b/oox/source/crypto/DocumentDecryption.cxx
@@ -26,8 +26,7 @@ namespace core {
using namespace css;
-DocumentDecryption::DocumentDecryption(oox::ole::OleStorage& rOleStorage, uno::Reference<uno::XComponentContext> const & xContext) :
- mxContext(xContext),
+DocumentDecryption::DocumentDecryption(oox::ole::OleStorage& rOleStorage) :
mrOleStorage(rOleStorage),
mCryptoType(UNKNOWN)
{}