summaryrefslogtreecommitdiffstats
path: root/shell/source/cmdmail
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2011-04-05 10:16:07 +0200
committerChristina Rossmanith <ChrRossmanith@web.de>2011-04-05 10:16:07 +0200
commit45f0cc2ec176f02592a4e67942b1220f7837ab9f (patch)
tree792241b1efd30744250b98879149c36aedf4f75e /shell/source/cmdmail
parentRemove commented code in libs-core/linguistic (diff)
downloadcore-45f0cc2ec176f02592a4e67942b1220f7837ab9f.tar.gz
core-45f0cc2ec176f02592a4e67942b1220f7837ab9f.zip
Remove commented code in libs-core/shell
Diffstat (limited to 'shell/source/cmdmail')
-rw-r--r--shell/source/cmdmail/cmdmailentry.cxx4
-rw-r--r--shell/source/cmdmail/cmdmailmsg.cxx34
-rw-r--r--shell/source/cmdmail/cmdmailsuppl.cxx2
3 files changed, 1 insertions, 39 deletions
diff --git a/shell/source/cmdmail/cmdmailentry.cxx b/shell/source/cmdmail/cmdmailentry.cxx
index 578d67c85db6..fbc29a5858c4 100644
--- a/shell/source/cmdmail/cmdmailentry.cxx
+++ b/shell/source/cmdmail/cmdmailentry.cxx
@@ -57,8 +57,6 @@ using com::sun::star::system::XSimpleMailClientSupplier;
#define COMP_IMPL_NAME "com.sun.star.comp.system.SimpleCommandMail"
//-----------------------------------------------------------------------
-//
-//-----------------------------------------------------------------------
namespace
{
@@ -69,7 +67,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/cmdmail/cmdmailmsg.cxx b/shell/source/cmdmail/cmdmailmsg.cxx
index 6b0a37d31c21..36c934c85033 100644
--- a/shell/source/cmdmail/cmdmailmsg.cxx
+++ b/shell/source/cmdmail/cmdmailmsg.cxx
@@ -55,8 +55,6 @@ using namespace com::sun::star::uno;
//------------------------------------------------
-//
-//------------------------------------------------
void SAL_CALL CmdMailMsg::setRecipient( const ::rtl::OUString& aRecipient )
throw (RuntimeException)
@@ -66,8 +64,6 @@ void SAL_CALL CmdMailMsg::setRecipient( const ::rtl::OUString& aRecipient )
}
//------------------------------------------------
-//
-//------------------------------------------------
::rtl::OUString SAL_CALL CmdMailMsg::getRecipient( )
throw (RuntimeException)
@@ -77,8 +73,6 @@ void SAL_CALL CmdMailMsg::setRecipient( const ::rtl::OUString& aRecipient )
}
//------------------------------------------------
-//
-//------------------------------------------------
void SAL_CALL CmdMailMsg::setCcRecipient( const Sequence< OUString >& aCcRecipient )
throw (RuntimeException)
@@ -88,8 +82,6 @@ void SAL_CALL CmdMailMsg::setCcRecipient( const Sequence< OUString >& aCcRecipie
}
//------------------------------------------------
-//
-//------------------------------------------------
Sequence< OUString > SAL_CALL CmdMailMsg::getCcRecipient( )
throw (RuntimeException)
@@ -99,8 +91,6 @@ Sequence< OUString > SAL_CALL CmdMailMsg::getCcRecipient( )
}
//------------------------------------------------
-//
-//------------------------------------------------
void SAL_CALL CmdMailMsg::setBccRecipient( const Sequence< OUString >& aBccRecipient )
throw (RuntimeException)
@@ -110,8 +100,6 @@ void SAL_CALL CmdMailMsg::setBccRecipient( const Sequence< OUString >& aBccRecip
}
//------------------------------------------------
-//
-//------------------------------------------------
Sequence< OUString > SAL_CALL CmdMailMsg::getBccRecipient( )
throw (RuntimeException)
@@ -121,8 +109,6 @@ Sequence< OUString > SAL_CALL CmdMailMsg::getBccRecipient( )
}
//------------------------------------------------
-//
-//------------------------------------------------
void SAL_CALL CmdMailMsg::setOriginator( const OUString& aOriginator )
throw (RuntimeException)
@@ -132,8 +118,6 @@ void SAL_CALL CmdMailMsg::setOriginator( const OUString& aOriginator )
}
//------------------------------------------------
-//
-//------------------------------------------------
OUString SAL_CALL CmdMailMsg::getOriginator( )
throw (RuntimeException)
@@ -143,8 +127,6 @@ OUString SAL_CALL CmdMailMsg::getOriginator( )
}
//------------------------------------------------
-//
-//------------------------------------------------
void SAL_CALL CmdMailMsg::setSubject( const OUString& aSubject )
throw (RuntimeException)
@@ -154,8 +136,6 @@ void SAL_CALL CmdMailMsg::setSubject( const OUString& aSubject )
}
//------------------------------------------------
-//
-//------------------------------------------------
OUString SAL_CALL CmdMailMsg::getSubject( )
throw (RuntimeException)
@@ -165,8 +145,6 @@ OUString SAL_CALL CmdMailMsg::getSubject( )
}
//------------------------------------------------
-//
-//------------------------------------------------
void SAL_CALL CmdMailMsg::setAttachement( const Sequence< ::rtl::OUString >& aAttachment )
throw (IllegalArgumentException, RuntimeException)
@@ -176,8 +154,6 @@ void SAL_CALL CmdMailMsg::setAttachement( const Sequence< ::rtl::OUString >& aAt
}
//------------------------------------------------
-//
-//------------------------------------------------
Sequence< OUString > SAL_CALL CmdMailMsg::getAttachement( )
throw (RuntimeException)
@@ -187,8 +163,6 @@ Sequence< OUString > SAL_CALL CmdMailMsg::getAttachement( )
}
//------------------------------------------------
-//
-//------------------------------------------------
Any SAL_CALL CmdMailMsg::getByName( const OUString& aName )
throw (NoSuchElementException, WrappedTargetException, RuntimeException)
@@ -218,8 +192,6 @@ Any SAL_CALL CmdMailMsg::getByName( const OUString& aName )
}
//------------------------------------------------
-//
-//------------------------------------------------
Sequence< OUString > SAL_CALL CmdMailMsg::getElementNames( )
throw (::com::sun::star::uno::RuntimeException)
@@ -252,8 +224,6 @@ Sequence< OUString > SAL_CALL CmdMailMsg::getElementNames( )
}
//------------------------------------------------
-//
-//------------------------------------------------
sal_Bool SAL_CALL CmdMailMsg::hasByName( const ::rtl::OUString& aName )
throw (RuntimeException)
@@ -282,8 +252,6 @@ Sequence< OUString > SAL_CALL CmdMailMsg::getElementNames( )
}
//------------------------------------------------
-//
-//------------------------------------------------
Type SAL_CALL CmdMailMsg::getElementType( )
throw (RuntimeException)
@@ -293,8 +261,6 @@ Type SAL_CALL CmdMailMsg::getElementType( )
}
//------------------------------------------------
-//
-//------------------------------------------------
sal_Bool SAL_CALL CmdMailMsg::hasElements( )
throw (RuntimeException)
diff --git a/shell/source/cmdmail/cmdmailsuppl.cxx b/shell/source/cmdmail/cmdmailsuppl.cxx
index a01d75253726..2bd36e9e9e8d 100644
--- a/shell/source/cmdmail/cmdmailsuppl.cxx
+++ b/shell/source/cmdmail/cmdmailsuppl.cxx
@@ -95,8 +95,6 @@ namespace // private
} // end private namespace
//-------------------------------------------------
-//
-//-------------------------------------------------
CmdMailSuppl::CmdMailSuppl( const Reference< XComponentContext >& xContext ) :
WeakImplHelper3< XSimpleMailClientSupplier, XSimpleMailClient, XServiceInfo >()