summaryrefslogtreecommitdiff
path: root/shell/source/win32/simplemail/smplmailmsg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/win32/simplemail/smplmailmsg.hxx')
-rw-r--r--shell/source/win32/simplemail/smplmailmsg.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/shell/source/win32/simplemail/smplmailmsg.hxx b/shell/source/win32/simplemail/smplmailmsg.hxx
index f2a28953327d..d01fff0c5707 100644
--- a/shell/source/win32/simplemail/smplmailmsg.hxx
+++ b/shell/source/win32/simplemail/smplmailmsg.hxx
@@ -41,7 +41,6 @@ public:
throw (css::uno::RuntimeException);
-
virtual void SAL_CALL setRecipient( const OUString& aRecipient )
throw (css::uno::RuntimeException);
@@ -49,7 +48,6 @@ public:
throw (css::uno::RuntimeException);
-
virtual void SAL_CALL setCcRecipient( const css::uno::Sequence< OUString >& aCcRecipient )
throw (css::uno::RuntimeException);
@@ -57,7 +55,6 @@ public:
throw (css::uno::RuntimeException);
-
virtual void SAL_CALL setBccRecipient( const css::uno::Sequence< OUString >& aBccRecipient )
throw (css::uno::RuntimeException);
@@ -65,7 +62,6 @@ public:
throw (css::uno::RuntimeException);
-
virtual void SAL_CALL setOriginator( const OUString& aOriginator )
throw (css::uno::RuntimeException);
@@ -73,7 +69,6 @@ public:
throw (css::uno::RuntimeException);
-
virtual void SAL_CALL setSubject( const OUString& aSubject )
throw (css::uno::RuntimeException);
@@ -81,7 +76,6 @@ public:
throw (css::uno::RuntimeException);
-
virtual void SAL_CALL setAttachement( const css::uno::Sequence< OUString >& aAttachement )
throw (css::lang::IllegalArgumentException, css::uno::RuntimeException);