diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-05-26 00:24:49 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-05-26 13:50:31 +0200 |
commit | a272533521d6d3f57ddc6777f79617c916ca88d4 (patch) | |
tree | 666729ec99dd2fcde1f762d8063c323e55c33b38 /include/oox | |
parent | 39b1e229232d83cce08d9c95e2927a0fd52eff81 (diff) |
-Werror,-Wunused-private-field
...since b9353394f46e46485fd148f2842f0c1e8e5322e3 "[MS-OFFCRYPTO] convert oox
implementation into UNO service"
Change-Id: I0f226858ef9a1195fb26c1afe6c904d7cef6f541
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94813
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/crypto/DocumentEncryption.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/oox/crypto/DocumentEncryption.hxx b/include/oox/crypto/DocumentEncryption.hxx index 17480652aa8d..44bcedf4a22c 100644 --- a/include/oox/crypto/DocumentEncryption.hxx +++ b/include/oox/crypto/DocumentEncryption.hxx @@ -35,7 +35,6 @@ private: css::uno::Reference< css::uno::XComponentContext > mxContext; css::uno::Reference< css::io::XStream > mxDocumentStream; oox::ole::OleStorage& mrOleStorage; - OUString maPassword; css::uno::Reference< css::packages::XPackageEncryption > mxPackageEncryption; const css::uno::Sequence< css::beans::NamedValue >& mMediaEncData; |