Kaydet (Commit) f4a76002 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#707489 Uncaught exception

Change-Id: Ia15d9c6761b1b7990586b766a4f8c385c04edc0a
üst 8821c069
......@@ -54,8 +54,9 @@ Reference< XXMLEncryptionTemplate >
SAL_CALL XMLEncryption_NssImpl :: encrypt(
const Reference< XXMLEncryptionTemplate >& aTemplate ,
const Reference< XSecurityEnvironment >& aEnvironment
) throw( com::sun::star::xml::crypto::XMLEncryptionException,
com::sun::star::uno::SecurityException, std::exception )
) throw (com::sun::star::xml::crypto::XMLEncryptionException,
com::sun::star::uno::SecurityException,
com::sun::star::uno::RuntimeException, std::exception)
{
xmlSecKeysMngrPtr pMngr = NULL ;
xmlSecEncCtxPtr pEncCtx = NULL ;
......
......@@ -50,8 +50,9 @@ class XMLEncryption_NssImpl : public ::cppu::WeakImplHelper2<
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::crypto::XXMLEncryptionTemplate >& aTemplate ,
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::crypto::XSecurityEnvironment >& aEnvironment)
// ) throw( ::com::sun::star::uno::Exception , ::com::sun::star::uno::RuntimeException ) ;
throw ( com::sun::star::xml::crypto::XMLEncryptionException ,
com::sun::star::uno::SecurityException, std::exception) SAL_OVERRIDE;
throw (com::sun::star::xml::crypto::XMLEncryptionException ,
com::sun::star::uno::SecurityException,
com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual ::com::sun::star::uno::Reference< ::com::sun::star::xml::crypto::XXMLEncryptionTemplate > SAL_CALL decrypt(
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::crypto::XXMLEncryptionTemplate >& aTemplate ,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment