summaryrefslogtreecommitdiff
path: root/shell/source/win32/simplemail/smplmailsuppl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/win32/simplemail/smplmailsuppl.cxx')
-rw-r--r--shell/source/win32/simplemail/smplmailsuppl.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/source/win32/simplemail/smplmailsuppl.cxx b/shell/source/win32/simplemail/smplmailsuppl.cxx
index 317ec942f7dd..e86544647ed6 100644
--- a/shell/source/win32/simplemail/smplmailsuppl.cxx
+++ b/shell/source/win32/simplemail/smplmailsuppl.cxx
@@ -53,7 +53,6 @@ CSmplMailSuppl::~CSmplMailSuppl()
}
Reference<XSimpleMailClient> SAL_CALL CSmplMailSuppl::querySimpleMailClient()
- throw (RuntimeException)
{
/* We just try to load the MAPI dll as a test
if a mail client is available */
@@ -70,19 +69,16 @@ Reference<XSimpleMailClient> SAL_CALL CSmplMailSuppl::querySimpleMailClient()
// XServiceInfo
OUString SAL_CALL CSmplMailSuppl::getImplementationName()
- throw(RuntimeException)
{
return OUString(COMP_IMPL_NAME);
}
sal_Bool SAL_CALL CSmplMailSuppl::supportsService(const OUString& ServiceName)
- throw(RuntimeException)
{
return cppu::supportsService(this, ServiceName);
}
Sequence<OUString> SAL_CALL CSmplMailSuppl::getSupportedServiceNames()
- throw(RuntimeException)
{
return Component_getSupportedServiceNames();
}