summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc/framework/signatureengine.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/inc/framework/signatureengine.hxx')
-rw-r--r--xmlsecurity/inc/framework/signatureengine.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmlsecurity/inc/framework/signatureengine.hxx b/xmlsecurity/inc/framework/signatureengine.hxx
index 3793016cec61..3a2231dc4f6c 100644
--- a/xmlsecurity/inc/framework/signatureengine.hxx
+++ b/xmlsecurity/inc/framework/signatureengine.hxx
@@ -96,6 +96,8 @@ protected:
* For a SignatureCreator, it performs signing operation;
* for a SignatureVerifier, verification operation is performed.
*/
+ /// @throws css::uno::Exception
+ /// @throws css::uno::RuntimeException
virtual void startEngine( const css::uno::Reference<
css::xml::crypto::XXMLSignatureTemplate >&)
throw (css::uno::Exception, css::uno::RuntimeException)