summaryrefslogtreecommitdiff
path: root/uui/source/passwordcontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/passwordcontainer.hxx')
-rw-r--r--uui/source/passwordcontainer.hxx15
1 files changed, 5 insertions, 10 deletions
diff --git a/uui/source/passwordcontainer.hxx b/uui/source/passwordcontainer.hxx
index 7457ddfe264a..d4bdf32f9d9d 100644
--- a/uui/source/passwordcontainer.hxx
+++ b/uui/source/passwordcontainer.hxx
@@ -134,25 +134,20 @@ public:
virtual ~PasswordContainerInteractionHandler() override;
// XServiceInfo
- virtual OUString SAL_CALL getImplementationName()
- throw ( css::uno::RuntimeException, std::exception ) override;
+ virtual OUString SAL_CALL getImplementationName() override;
virtual sal_Bool SAL_CALL
- supportsService( const OUString& ServiceName )
- throw ( css::uno::RuntimeException, std::exception ) override;
+ supportsService( const OUString& ServiceName ) override;
virtual css::uno::Sequence< OUString > SAL_CALL
- getSupportedServiceNames()
- throw ( css::uno::RuntimeException, std::exception ) override;
+ getSupportedServiceNames() override;
// XInteractionHandler2
virtual void SAL_CALL
- handle( const css::uno::Reference< css::task::XInteractionRequest >& Request )
- throw (css::uno::RuntimeException, std::exception) override;
+ handle( const css::uno::Reference< css::task::XInteractionRequest >& Request ) override;
virtual sal_Bool SAL_CALL
- handleInteractionRequest( const css::uno::Reference< css::task::XInteractionRequest >& Request )
- throw (css::uno::RuntimeException, std::exception) override;
+ handleInteractionRequest( const css::uno::Reference< css::task::XInteractionRequest >& Request ) override;
// Non-UNO interfaces
static OUString