summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-24 09:19:25 +0200
committerNoel Grandin <noel@peralex.com>2015-11-24 10:09:26 +0200
commit145a9954116b14a417fd403a13536883dbd5c96e (patch)
tree4a1f7a6b6e18c7d56fa78ca4170737912be80632 /xmlsecurity
parente0bf7914b45c4236a9266295df915a9079d9ff00 (diff)
loplugin:unusedfields in xmlsecurity/
Change-Id: I11bb62b0c90de361b7cd06608e77483786750ebb
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/dialogs/certificateviewer.cxx1
-rw-r--r--xmlsecurity/source/helper/xsecctl.hxx6
2 files changed, 0 insertions, 7 deletions
diff --git a/xmlsecurity/source/dialogs/certificateviewer.cxx b/xmlsecurity/source/dialogs/certificateviewer.cxx
index 1d81da24d471..e6d4fefae3a7 100644
--- a/xmlsecurity/source/dialogs/certificateviewer.cxx
+++ b/xmlsecurity/source/dialogs/certificateviewer.cxx
@@ -331,7 +331,6 @@ IMPL_LINK_NOARG_TYPED(CertificateViewerDetailsTP, ElementSelectHdl, SvTreeListBo
struct CertPath_UserData
{
css::uno::Reference< css::security::XCertificate > mxCert;
- OUString maStatus;
bool mbValid;
CertPath_UserData( css::uno::Reference< css::security::XCertificate > xCert, bool bValid):
diff --git a/xmlsecurity/source/helper/xsecctl.hxx b/xmlsecurity/source/helper/xsecctl.hxx
index 1eb0033da503..f354bbb03fa1 100644
--- a/xmlsecurity/source/helper/xsecctl.hxx
+++ b/xmlsecurity/source/helper/xsecctl.hxx
@@ -303,12 +303,6 @@ private:
bool m_bIsSAXEventKeeperSticky;
/*
- * fast property vector
- */
- std::vector< sal_Int32 > m_vFastPropertyIndexs;
- std::vector< com::sun::star::uno::Any > m_vFastPropertyValues;
-
- /*
* error message pointer
*/
const char *m_pErrorMessage;