Kaydet (Commit) 145a9954 authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:unusedfields in xmlsecurity/

Change-Id: I11bb62b0c90de361b7cd06608e77483786750ebb
üst e0bf7914
......@@ -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):
......
......@@ -302,12 +302,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
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment