diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 17:46:45 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 18:03:08 +0100 |
commit | 8ccd11e1ae7248071184bfbeb2bced9ce096d52b (patch) | |
tree | 1cefa9c2a7d6f80190d0c5bf454a74b0b1572fac /xmlsecurity/inc/certificate.hxx | |
parent | 843e2a9dd6127bf7b5b9adde2ef01451449f0ba3 (diff) |
New loplugin:dynexcspec: Add @throws documentation, xmlsecurity
Change-Id: I2447c028add359952e4bd36dbdc1d5431fe48104
Diffstat (limited to 'xmlsecurity/inc/certificate.hxx')
-rw-r--r-- | xmlsecurity/inc/certificate.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmlsecurity/inc/certificate.hxx b/xmlsecurity/inc/certificate.hxx index 2c0e0498bcf9..f09ffb7a978f 100644 --- a/xmlsecurity/inc/certificate.hxx +++ b/xmlsecurity/inc/certificate.hxx @@ -21,6 +21,8 @@ class SAL_NO_VTABLE SAL_DLLPUBLIC_RTTI Certificate public: /// Returns the SHA-256 thumbprint. + /// + /// @throws css::uno::RuntimeException virtual css::uno::Sequence<sal_Int8> getSHA256Thumbprint() throw (css::uno::RuntimeException, std::exception) = 0; protected: |