diff options
Diffstat (limited to 'shell/source/win32/simplemail')
-rw-r--r-- | shell/source/win32/simplemail/senddoc.cxx | 3 | ||||
-rw-r--r-- | shell/source/win32/simplemail/smplmailclient.cxx | 1 | ||||
-rw-r--r-- | shell/source/win32/simplemail/smplmailentry.cxx | 4 | ||||
-rw-r--r-- | shell/source/win32/simplemail/smplmailmsg.cxx | 24 | ||||
-rw-r--r-- | shell/source/win32/simplemail/smplmailmsg.hxx | 12 |
5 files changed, 2 insertions, 42 deletions
diff --git a/shell/source/win32/simplemail/senddoc.cxx b/shell/source/win32/simplemail/senddoc.cxx index b1444dc30810..e4dd24dfb11b 100644 --- a/shell/source/win32/simplemail/senddoc.cxx +++ b/shell/source/win32/simplemail/senddoc.cxx @@ -264,7 +264,6 @@ void initParameter(int argc, char* argv[]) */ int main(int argc, char* argv[]) { - //MessageBox(NULL, "Debug", "Debug", MB_OK); initParameter(argc, argv); @@ -278,7 +277,7 @@ int main(int argc, char* argv[]) { CSimpleMapi mapi; - // #93007# we have to set the flag MAPI_NEW_SESSION, + // we have to set the flag MAPI_NEW_SESSION, // because in the case Outlook xxx (not Outlook Express!) // is installed as Exchange and Mail Client a Profile // selection dialog must appear because we specify no diff --git a/shell/source/win32/simplemail/smplmailclient.cxx b/shell/source/win32/simplemail/smplmailclient.cxx index e47a767c0aeb..52707b3cac19 100644 --- a/shell/source/win32/simplemail/smplmailclient.cxx +++ b/shell/source/win32/simplemail/smplmailclient.cxx @@ -271,7 +271,6 @@ void CSmplMailClient::validateParameter( static_cast<XSimpleMailClient*>(this), 1); - // #93077# OSL_ENSURE(!(aFlag & NO_LOGON_DIALOG), "Flag NO_LOGON_DIALOG has currently no effect"); // check the flags, the allowed range is 0 - (2^n - 1) diff --git a/shell/source/win32/simplemail/smplmailentry.cxx b/shell/source/win32/simplemail/smplmailentry.cxx index 5acd36f50266..a87d4aeb3f3e 100644 --- a/shell/source/win32/simplemail/smplmailentry.cxx +++ b/shell/source/win32/simplemail/smplmailentry.cxx @@ -58,8 +58,6 @@ using com::sun::star::system::XSimpleMailClientSupplier; #define COMP_REGKEY_NAME "/com.sun.star.system.SimpleSystemMail/UNO/SERVICES/com.sun.star.system.SimpleSystemMail" //----------------------------------------------------------------------- -// -//----------------------------------------------------------------------- namespace { @@ -70,7 +68,7 @@ namespace } //----------------------------------------------------------------------- -// the 3 important functions which will be exported +// the 2 important functions which will be exported //----------------------------------------------------------------------- extern "C" diff --git a/shell/source/win32/simplemail/smplmailmsg.cxx b/shell/source/win32/simplemail/smplmailmsg.cxx index 354485b38ef3..ad679d84e062 100644 --- a/shell/source/win32/simplemail/smplmailmsg.cxx +++ b/shell/source/win32/simplemail/smplmailmsg.cxx @@ -60,8 +60,6 @@ CSmplMailMsg::CSmplMailMsg( ) } //------------------------------------------------ -// -//------------------------------------------------ void SAL_CALL CSmplMailMsg::setRecipient( const ::rtl::OUString& aRecipient ) throw (RuntimeException) @@ -70,8 +68,6 @@ void SAL_CALL CSmplMailMsg::setRecipient( const ::rtl::OUString& aRecipient ) } //------------------------------------------------ -// -//------------------------------------------------ ::rtl::OUString SAL_CALL CSmplMailMsg::getRecipient( ) throw (RuntimeException) @@ -80,8 +76,6 @@ void SAL_CALL CSmplMailMsg::setRecipient( const ::rtl::OUString& aRecipient ) } //------------------------------------------------ -// -//------------------------------------------------ void SAL_CALL CSmplMailMsg::setCcRecipient( const Sequence< OUString >& aCcRecipient ) throw (RuntimeException) @@ -90,8 +84,6 @@ void SAL_CALL CSmplMailMsg::setCcRecipient( const Sequence< OUString >& aCcRecip } //------------------------------------------------ -// -//------------------------------------------------ Sequence< OUString > SAL_CALL CSmplMailMsg::getCcRecipient( ) throw (RuntimeException) @@ -100,8 +92,6 @@ Sequence< OUString > SAL_CALL CSmplMailMsg::getCcRecipient( ) } //------------------------------------------------ -// -//------------------------------------------------ void SAL_CALL CSmplMailMsg::setBccRecipient( const Sequence< OUString >& aBccRecipient ) throw (RuntimeException) @@ -110,8 +100,6 @@ void SAL_CALL CSmplMailMsg::setBccRecipient( const Sequence< OUString >& aBccRec } //------------------------------------------------ -// -//------------------------------------------------ Sequence< OUString > SAL_CALL CSmplMailMsg::getBccRecipient( ) throw (RuntimeException) @@ -120,8 +108,6 @@ Sequence< OUString > SAL_CALL CSmplMailMsg::getBccRecipient( ) } //------------------------------------------------ -// -//------------------------------------------------ void SAL_CALL CSmplMailMsg::setOriginator( const OUString& aOriginator ) throw (RuntimeException) @@ -130,8 +116,6 @@ void SAL_CALL CSmplMailMsg::setOriginator( const OUString& aOriginator ) } //------------------------------------------------ -// -//------------------------------------------------ OUString SAL_CALL CSmplMailMsg::getOriginator( ) throw (RuntimeException) @@ -140,8 +124,6 @@ OUString SAL_CALL CSmplMailMsg::getOriginator( ) } //------------------------------------------------ -// -//------------------------------------------------ void SAL_CALL CSmplMailMsg::setSubject( const OUString& aSubject ) throw (RuntimeException) @@ -150,8 +132,6 @@ void SAL_CALL CSmplMailMsg::setSubject( const OUString& aSubject ) } //------------------------------------------------ -// -//------------------------------------------------ OUString SAL_CALL CSmplMailMsg::getSubject( ) throw (RuntimeException) @@ -160,8 +140,6 @@ OUString SAL_CALL CSmplMailMsg::getSubject( ) } //------------------------------------------------ -// -//------------------------------------------------ void SAL_CALL CSmplMailMsg::setAttachement( const Sequence< ::rtl::OUString >& aAttachement ) throw (IllegalArgumentException, RuntimeException) @@ -170,8 +148,6 @@ void SAL_CALL CSmplMailMsg::setAttachement( const Sequence< ::rtl::OUString >& a } //------------------------------------------------ -// -//------------------------------------------------ Sequence< OUString > SAL_CALL CSmplMailMsg::getAttachement( ) throw (RuntimeException) diff --git a/shell/source/win32/simplemail/smplmailmsg.hxx b/shell/source/win32/simplemail/smplmailmsg.hxx index 315a9ea49a39..237996bf2c08 100644 --- a/shell/source/win32/simplemail/smplmailmsg.hxx +++ b/shell/source/win32/simplemail/smplmailmsg.hxx @@ -50,8 +50,6 @@ public: CSmplMailMsg( ); //------------------------------------------------ - // - //------------------------------------------------ virtual void SAL_CALL setRecipient( const ::rtl::OUString& aRecipient ) throw (::com::sun::star::uno::RuntimeException); @@ -60,8 +58,6 @@ public: throw (::com::sun::star::uno::RuntimeException); //------------------------------------------------ - // - //------------------------------------------------ virtual void SAL_CALL setCcRecipient( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aCcRecipient ) throw (::com::sun::star::uno::RuntimeException); @@ -70,8 +66,6 @@ public: throw (::com::sun::star::uno::RuntimeException); //------------------------------------------------ - // - //------------------------------------------------ virtual void SAL_CALL setBccRecipient( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aBccRecipient ) throw (::com::sun::star::uno::RuntimeException); @@ -80,8 +74,6 @@ public: throw (::com::sun::star::uno::RuntimeException); //------------------------------------------------ - // - //------------------------------------------------ virtual void SAL_CALL setOriginator( const ::rtl::OUString& aOriginator ) throw (::com::sun::star::uno::RuntimeException); @@ -90,8 +82,6 @@ public: throw (::com::sun::star::uno::RuntimeException); //------------------------------------------------ - // - //------------------------------------------------ virtual void SAL_CALL setSubject( const ::rtl::OUString& aSubject ) throw (::com::sun::star::uno::RuntimeException); @@ -100,8 +90,6 @@ public: throw (::com::sun::star::uno::RuntimeException); //------------------------------------------------ - // - //------------------------------------------------ virtual void SAL_CALL setAttachement( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aAttachement ) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException); |