summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;