summaryrefslogtreecommitdiff
path: root/include/oox
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox')
-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();