summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.hxx')
-rw-r--r--xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.hxx b/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.hxx
index 7ccfb6430d31..14a7d9336c8e 100644
--- a/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.hxx
+++ b/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.hxx
@@ -33,7 +33,7 @@
class SanExtensionImpl : public ::cppu::WeakImplHelper1<
::com::sun::star::security::XSanExtension >
{
- private :
+ private:
bool m_critical ;
::com::sun::star::uno::Sequence< sal_Int8 > m_xExtnId ;
::com::sun::star::uno::Sequence< sal_Int8 > m_xExtnValue ;
@@ -41,7 +41,7 @@ class SanExtensionImpl : public ::cppu::WeakImplHelper1<
static OString removeOIDFromString( const OString &oid);
- public :
+ public:
SanExtensionImpl() ;
virtual ~SanExtensionImpl() ;