diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-02-01 09:39:56 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-01 11:13:44 +0000 |
commit | 5833c182edd9f0fe82a38175601753bd676e5eba (patch) | |
tree | 362d4f484cbd21de1d77c885b6888141486df82e /xmlsecurity | |
parent | 7c74443e8522fd0f1db60c2d18f736574e3db5f9 (diff) |
callcatcher: update list
Diffstat (limited to 'xmlsecurity')
4 files changed, 0 insertions, 10 deletions
diff --git a/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.cxx b/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.cxx index aab35089e24e..1dc97f9ff3ba 100644 --- a/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.cxx +++ b/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.cxx @@ -176,7 +176,4 @@ void SanExtensionImpl :: setCertExtn( unsigned char* value, unsigned int vlen, u m_critical = critical ; } -void SanExtensionImpl :: extractCertExt () { -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.hxx b/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.hxx index 10d600665b4c..ee28760cbe82 100644 --- a/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.hxx +++ b/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.hxx @@ -77,8 +77,6 @@ class SanExtensionImpl : public ::cppu::WeakImplHelper1< void setCertExtn( ::com::sun::star::uno::Sequence< sal_Int8 > extnId, ::com::sun::star::uno::Sequence< sal_Int8 > extnValue, sal_Bool critical ) ; void setCertExtn( unsigned char* value, unsigned int vlen, unsigned char* id, unsigned int idlen, sal_Bool critical ) ; - - void extractCertExt() ; } ; #endif // _CERTIFICATEEXTENSION_XMLSECIMPL_HXX_ diff --git a/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.cxx b/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.cxx index c42f59f5c501..f83aff3bcabb 100644 --- a/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.cxx +++ b/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.cxx @@ -238,7 +238,4 @@ void SanExtensionImpl :: setCertExtn( unsigned char* value, unsigned int vlen, u m_critical = critical ; } -void SanExtensionImpl :: extractCertExt () { -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.hxx b/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.hxx index df33e83df4cb..fed9f6517047 100644 --- a/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.hxx +++ b/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.hxx @@ -70,8 +70,6 @@ class SanExtensionImpl : public ::cppu::WeakImplHelper1< void setCertExtn( ::com::sun::star::uno::Sequence< sal_Int8 > extnId, ::com::sun::star::uno::Sequence< sal_Int8 > extnValue, sal_Bool critical ) ; void setCertExtn( unsigned char* value, unsigned int vlen, unsigned char* id, unsigned int idlen, sal_Bool critical ) ; - - void extractCertExt() ; } ; #endif // _CERTIFICATEEXTENSION_XMLSECIMPL_HXX_ |