summaryrefslogtreecommitdiff
path: root/shell/source/win32/simplemail/smplmailentry.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-22 21:20:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-23 03:38:49 +0000
commit0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf (patch)
tree5024cba9f9ea5e3b23ea26025323f6aef39488d0 /shell/source/win32/simplemail/smplmailentry.cxx
parentb81ac16e65b311d6e43c05c22c65d2040c9d7e04 (diff)
Remove unneccessary comments
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'shell/source/win32/simplemail/smplmailentry.cxx')
-rw-r--r--shell/source/win32/simplemail/smplmailentry.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/shell/source/win32/simplemail/smplmailentry.cxx b/shell/source/win32/simplemail/smplmailentry.cxx
index 6fa91c379b21..5812d1e41e1c 100644
--- a/shell/source/win32/simplemail/smplmailentry.cxx
+++ b/shell/source/win32/simplemail/smplmailentry.cxx
@@ -22,9 +22,9 @@
#include <osl/diagnose.h>
#include "smplmailsuppl.hxx"
-//-----------------------------------------------------------------------
+
// namespace directives
-//-----------------------------------------------------------------------
+
using namespace ::rtl ;
using namespace ::com::sun::star::uno ;
@@ -37,7 +37,7 @@ using com::sun::star::system::XSimpleMailClientSupplier;
#define COMP_SERVICE_NAME "com.sun.star.system.SimpleSystemMail"
#define COMP_IMPL_NAME "com.sun.star.system.SimpleSystemMail"
-//-----------------------------------------------------------------------
+
namespace
{
@@ -49,10 +49,10 @@ namespace
extern "C"
{
-//----------------------------------------------------------------------
+
// component_getFactory
// returns a factory to create XFilePicker-Services
-//----------------------------------------------------------------------
+
SAL_DLLPUBLIC_EXPORT void* SAL_CALL smplmail_component_getFactory( const sal_Char* pImplName, uno_Interface* pSrvManager, uno_Interface* /*pRegistryKey*/ )
{