diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-03-04 22:14:59 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-03-04 22:14:59 +0100 |
commit | 1d88c20fd03e753928df209fa5a640bb078afc9a (patch) | |
tree | 001cf2a0df1ea5b8011cf70bf5b619e0b25e83b5 /xmlsecurity | |
parent | db86b38c54baae620cd3074e70d99b08a7592a57 (diff) |
-Werror,-Wunused-private-field
Change-Id: Id846ace3c16719b4ce5f1c9e24b7f76cc7753683
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/inc/certificatechooser.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmlsecurity/inc/certificatechooser.hxx b/xmlsecurity/inc/certificatechooser.hxx index efe1f40976f6..d5881eb5b837 100644 --- a/xmlsecurity/inc/certificatechooser.hxx +++ b/xmlsecurity/inc/certificatechooser.hxx @@ -51,7 +51,6 @@ class CertificateChooser : public ModalDialog private: css::uno::Reference< css::uno::XComponentContext > mxCtx; std::vector< css::uno::Reference< css::xml::crypto::XSecurityEnvironment > > mxSecurityEnvironments; - css::uno::Sequence< css::uno::Reference< css::security::XCertificate > > maCerts; std::vector<std::shared_ptr<UserData>> mvUserData; VclPtr<SvSimpleTable> m_pCertLB; |