summaryrefslogtreecommitdiff
path: root/uui/source/iahndl-ssl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/iahndl-ssl.cxx')
-rw-r--r--uui/source/iahndl-ssl.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/uui/source/iahndl-ssl.cxx b/uui/source/iahndl-ssl.cxx
index e8403813b554..e415091e1e4a 100644
--- a/uui/source/iahndl-ssl.cxx
+++ b/uui/source/iahndl-ssl.cxx
@@ -140,7 +140,6 @@ executeUnknownAuthDialog(
Window * pParent,
uno::Reference< uno::XComponentContext > const & xContext,
const uno::Reference< security::XCertificate >& rXCert)
- SAL_THROW((uno::RuntimeException))
{
try
{
@@ -183,7 +182,6 @@ executeSSLWarnDialog(
const uno::Reference< security::XCertificate >& rXCert,
sal_Int32 const & failure,
const OUString & hostName )
- SAL_THROW((uno::RuntimeException))
{
try
{
@@ -253,7 +251,6 @@ handleCertificateValidationRequest_(
ucb::CertificateValidationRequest const & rRequest,
uno::Sequence< uno::Reference< task::XInteractionContinuation > > const &
rContinuations)
- SAL_THROW((uno::RuntimeException))
{
uno::Reference< task::XInteractionApprove > xApprove;
uno::Reference< task::XInteractionAbort > xAbort;
@@ -359,7 +356,6 @@ handleCertificateValidationRequest_(
bool
UUIInteractionHelper::handleCertificateValidationRequest(
uno::Reference< task::XInteractionRequest > const & rRequest)
- SAL_THROW((uno::RuntimeException))
{
uno::Any aAnyRequest(rRequest->getRequest());