summaryrefslogtreecommitdiff
path: root/shell/source/cmdmail/cmdmailsuppl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/cmdmail/cmdmailsuppl.cxx')
-rw-r--r--shell/source/cmdmail/cmdmailsuppl.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/shell/source/cmdmail/cmdmailsuppl.cxx b/shell/source/cmdmail/cmdmailsuppl.cxx
index a5e05d2bf4f1..07da391c5601 100644
--- a/shell/source/cmdmail/cmdmailsuppl.cxx
+++ b/shell/source/cmdmail/cmdmailsuppl.cxx
@@ -60,12 +60,6 @@ using namespace com::sun::star::uno;
using namespace com::sun::star::lang;
using namespace com::sun::star::configuration;
-#define COMP_IMPL_NAME "com.sun.star.comp.system.SimpleCommandMail2"
-
-
-// helper functions
-
-
namespace // private
{
Sequence< OUString > SAL_CALL Component_getSupportedServiceNames()
@@ -313,7 +307,7 @@ void SAL_CALL CmdMailSuppl::sendSimpleMailMessage( const Reference< XSimpleMailM
OUString SAL_CALL CmdMailSuppl::getImplementationName( )
throw( RuntimeException, std::exception )
{
- return OUString(COMP_IMPL_NAME);
+ return OUString("com.sun.star.comp.system.SimpleCommandMail");
}
// XServiceInfo