summaryrefslogtreecommitdiff
path: root/shell/source/win32/simplemail
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 20:36:36 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 07:55:24 -0600
commitd18a2753d5a6e29312e08365f7d9a512a92b998e (patch)
treeaf5e93f3bbd08c187ce264b2154d42df180f0696 /shell/source/win32/simplemail
parent7d99ec7f7ec095dfa0d203f5eb43bab0e69256be (diff)
Remove visual noise from shell
Change-Id: I1857fd7a9aeda38cb8ef2a0eda7783203b7658ed Reviewed-on: https://gerrit.libreoffice.org/8311 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'shell/source/win32/simplemail')
-rw-r--r--shell/source/win32/simplemail/smplmailmsg.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/shell/source/win32/simplemail/smplmailmsg.hxx b/shell/source/win32/simplemail/smplmailmsg.hxx
index fb3929f7e0b1..9cf2c384a9fe 100644
--- a/shell/source/win32/simplemail/smplmailmsg.hxx
+++ b/shell/source/win32/simplemail/smplmailmsg.hxx
@@ -25,9 +25,9 @@
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/system/XSimpleMailMessage2.hpp>
-//----------------------------------------------------------
+
// class declaration
-//----------------------------------------------------------
+
class CSmplMailMsg :
public cppu::WeakImplHelper1< com::sun::star::system::XSimpleMailMessage2 >
@@ -41,7 +41,7 @@ public:
virtual ::rtl::OUString SAL_CALL getBody( )
throw (::com::sun::star::uno::RuntimeException);
- //------------------------------------------------
+
virtual void SAL_CALL setRecipient( const OUString& aRecipient )
throw (::com::sun::star::uno::RuntimeException);
@@ -49,7 +49,7 @@ public:
virtual OUString SAL_CALL getRecipient( )
throw (::com::sun::star::uno::RuntimeException);
- //------------------------------------------------
+
virtual void SAL_CALL setCcRecipient( const ::com::sun::star::uno::Sequence< OUString >& aCcRecipient )
throw (::com::sun::star::uno::RuntimeException);
@@ -57,7 +57,7 @@ public:
virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getCcRecipient( )
throw (::com::sun::star::uno::RuntimeException);
- //------------------------------------------------
+
virtual void SAL_CALL setBccRecipient( const ::com::sun::star::uno::Sequence< OUString >& aBccRecipient )
throw (::com::sun::star::uno::RuntimeException);
@@ -65,7 +65,7 @@ public:
virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getBccRecipient( )
throw (::com::sun::star::uno::RuntimeException);
- //------------------------------------------------
+
virtual void SAL_CALL setOriginator( const OUString& aOriginator )
throw (::com::sun::star::uno::RuntimeException);
@@ -73,7 +73,7 @@ public:
virtual OUString SAL_CALL getOriginator( )
throw (::com::sun::star::uno::RuntimeException);
- //------------------------------------------------
+
virtual void SAL_CALL setSubject( const OUString& aSubject )
throw (::com::sun::star::uno::RuntimeException);
@@ -81,7 +81,7 @@ public:
virtual OUString SAL_CALL getSubject( )
throw (::com::sun::star::uno::RuntimeException);
- //------------------------------------------------
+
virtual void SAL_CALL setAttachement( const ::com::sun::star::uno::Sequence< OUString >& aAttachement )
throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException);