summaryrefslogtreecommitdiff
path: root/uui/source/passwordcontainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/passwordcontainer.cxx')
-rw-r--r--uui/source/passwordcontainer.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/uui/source/passwordcontainer.cxx b/uui/source/passwordcontainer.cxx
index 35bf978669d8..c0639c269cfa 100644
--- a/uui/source/passwordcontainer.cxx
+++ b/uui/source/passwordcontainer.cxx
@@ -291,7 +291,6 @@ PasswordContainerInteractionHandler::~PasswordContainerInteractionHandler()
// virtual
OUString SAL_CALL
PasswordContainerInteractionHandler::getImplementationName()
- throw ( uno::RuntimeException, std::exception )
{
return getImplementationName_Static();
}
@@ -301,7 +300,6 @@ PasswordContainerInteractionHandler::getImplementationName()
sal_Bool SAL_CALL
PasswordContainerInteractionHandler::supportsService(
const OUString& ServiceName )
- throw ( uno::RuntimeException, std::exception )
{
return cppu::supportsService(this, ServiceName);
}
@@ -310,7 +308,6 @@ PasswordContainerInteractionHandler::supportsService(
// virtual
uno::Sequence< OUString > SAL_CALL
PasswordContainerInteractionHandler::getSupportedServiceNames()
- throw ( uno::RuntimeException, std::exception )
{
return getSupportedServiceNames_Static();
}
@@ -340,7 +337,6 @@ PasswordContainerInteractionHandler::getSupportedServiceNames_Static()
void SAL_CALL
PasswordContainerInteractionHandler::handle(
const uno::Reference< task::XInteractionRequest >& rRequest )
- throw ( uno::RuntimeException, std::exception )
{
handleInteractionRequest( rRequest );
}
@@ -349,7 +345,6 @@ PasswordContainerInteractionHandler::handle(
sal_Bool SAL_CALL
PasswordContainerInteractionHandler::handleInteractionRequest(
const uno::Reference< task::XInteractionRequest >& rRequest )
- throw ( uno::RuntimeException, std::exception )
{
if ( !rRequest.is() )
return false;
@@ -406,7 +401,6 @@ PasswordContainerInteractionHandler::handleInteractionRequest(
static uno::Reference< uno::XInterface > SAL_CALL
PasswordContainerInteractionHandler_CreateInstance(
const uno::Reference< lang::XMultiServiceFactory> & rSMgr )
- throw( uno::Exception )
{
lang::XServiceInfo * pX = static_cast< lang::XServiceInfo * >(
new PasswordContainerInteractionHandler( comphelper::getComponentContext(rSMgr) ) );