summaryrefslogtreecommitdiff
path: root/shell/source/win32/simplemail/smplmailsuppl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/win32/simplemail/smplmailsuppl.hxx')
-rw-r--r--shell/source/win32/simplemail/smplmailsuppl.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/shell/source/win32/simplemail/smplmailsuppl.hxx b/shell/source/win32/simplemail/smplmailsuppl.hxx
index 4a280d826dbb..28414737f7b3 100644
--- a/shell/source/win32/simplemail/smplmailsuppl.hxx
+++ b/shell/source/win32/simplemail/smplmailsuppl.hxx
@@ -42,21 +42,21 @@ class CSmplMailSuppl :
{
public:
CSmplMailSuppl( );
- ~CSmplMailSuppl( );
+ ~CSmplMailSuppl( ) override;
// XSimpleMailClientSupplier
virtual css::uno::Reference< css::system::XSimpleMailClient > SAL_CALL querySimpleMailClient( )
- throw (css::uno::RuntimeException);
+ throw (css::uno::RuntimeException) override;
// XServiceInfo
virtual OUString SAL_CALL getImplementationName( )
- throw(css::uno::RuntimeException);
+ throw(css::uno::RuntimeException) override;
virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName )
- throw(css::uno::RuntimeException);
+ throw(css::uno::RuntimeException) override;
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames( )
- throw(css::uno::RuntimeException);
+ throw(css::uno::RuntimeException) override;
};
#endif