loplugin:unusedfields in xmlsecurity/

Change-Id: I11bb62b0c90de361b7cd06608e77483786750ebb
This commit is contained in:
Noel Grandin
2015-11-24 09:19:25 +02:00
parent e0bf7914b4
commit 145a995411
2 changed files with 0 additions and 7 deletions

View File

@@ -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):

View File

@@ -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
*/