summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.hxx')
-rw-r--r--xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.hxx b/xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.hxx
index fb444e705472..bf400739861d 100644
--- a/xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.hxx
+++ b/xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.hxx
@@ -35,10 +35,10 @@ class X509Certificate_NssImpl : public ::cppu::WeakImplHelper2<
::com::sun::star::security::XCertificate ,
::com::sun::star::lang::XUnoTunnel >
{
- private :
+ private:
CERTCertificate* m_pCert ;
- public :
+ public:
X509Certificate_NssImpl() ;
virtual ~X509Certificate_NssImpl() ;