[Libreoffice-commits] core.git: include/oox

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Tue May 26 11:51:08 UTC 2020


 include/oox/crypto/DocumentEncryption.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit a272533521d6d3f57ddc6777f79617c916ca88d4
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue May 26 00:24:49 2020 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue May 26 13:50:31 2020 +0200

    -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 at redhat.com>

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;


More information about the Libreoffice-commits mailing list