summaryrefslogtreecommitdiff
path: root/shell/source/cmdmail/cmdmailentry.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/cmdmail/cmdmailentry.cxx')
-rw-r--r--shell/source/cmdmail/cmdmailentry.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/cmdmail/cmdmailentry.cxx b/shell/source/cmdmail/cmdmailentry.cxx
index 1e17dde9b3b4..217343612fe8 100644
--- a/shell/source/cmdmail/cmdmailentry.cxx
+++ b/shell/source/cmdmail/cmdmailentry.cxx
@@ -33,7 +33,7 @@ using com::sun::star::system::XSimpleMailClientSupplier;
namespace
{
- Reference< XInterface > SAL_CALL createInstance( const Reference< XComponentContext >& xContext )
+ Reference< XInterface > createInstance( const Reference< XComponentContext >& xContext )
{
return Reference< XInterface >( static_cast< XSimpleMailClientSupplier* >( new CmdMailSuppl( xContext ) ) );
}
@@ -42,7 +42,7 @@ namespace
extern "C"
{
-SAL_DLLPUBLIC_EXPORT void* SAL_CALL cmdmail_component_getFactory(
+SAL_DLLPUBLIC_EXPORT void* cmdmail_component_getFactory(
const sal_Char* pImplName,
SAL_UNUSED_PARAMETER void* /*pSrvManager*/,
SAL_UNUSED_PARAMETER void* /*pRegistryKey*/ )