diff options
author | José Santiago Jiménez Sarmiento <jimenezsarmiento@gmail.com> | 2012-04-25 17:12:01 +0200 |
---|---|---|
committer | Jesús Corrius <jesus@softcatala.org> | 2012-04-25 17:14:15 +0200 |
commit | f33ed937b675540a0fec71822c3e55568065a433 (patch) | |
tree | 2c48115461530272bf83bb8a713a4fe10e696886 /xmlsecurity/source/xmlsec/certificateextension_xmlsecimpl.hxx | |
parent | fd257f9e1936b0bc9bc9116bd73eaa04a7dbd060 (diff) |
Remove unused methods
Diffstat (limited to 'xmlsecurity/source/xmlsec/certificateextension_xmlsecimpl.hxx')
-rw-r--r-- | xmlsecurity/source/xmlsec/certificateextension_xmlsecimpl.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmlsecurity/source/xmlsec/certificateextension_xmlsecimpl.hxx b/xmlsecurity/source/xmlsec/certificateextension_xmlsecimpl.hxx index bbfecbbcd760..d26666c03117 100644 --- a/xmlsecurity/source/xmlsec/certificateextension_xmlsecimpl.hxx +++ b/xmlsecurity/source/xmlsec/certificateextension_xmlsecimpl.hxx @@ -56,9 +56,6 @@ class CertificateExtension_XmlSecImpl : public ::cppu::WeakImplHelper1< virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getExtensionValue() throw( ::com::sun::star::uno::RuntimeException ) ; - //Helper method - 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 ) ; } ; |