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.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/uui/source/iahndl-ssl.cxx b/uui/source/iahndl-ssl.cxx
index 774ae967bfa5..e8403813b554 100644
--- a/uui/source/iahndl-ssl.cxx
+++ b/uui/source/iahndl-ssl.cxx
@@ -172,9 +172,7 @@ executeUnknownAuthDialog(
}
catch (std::bad_alloc const &)
{
- throw uno::RuntimeException(
- OUString("out of memory"),
- uno::Reference< uno::XInterface >());
+ throw uno::RuntimeException("out of memory");
}
}
@@ -244,9 +242,7 @@ executeSSLWarnDialog(
}
catch (std::bad_alloc const &)
{
- throw uno::RuntimeException(
- OUString("out of memory"),
- uno::Reference< uno::XInterface >());
+ throw uno::RuntimeException("out of memory");
}
}