summaryrefslogtreecommitdiff
path: root/shell/source/win32/simplemail/smplmailsuppl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/win32/simplemail/smplmailsuppl.cxx')
-rw-r--r--shell/source/win32/simplemail/smplmailsuppl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/win32/simplemail/smplmailsuppl.cxx b/shell/source/win32/simplemail/smplmailsuppl.cxx
index fea39960ccfc..d92de1844860 100644
--- a/shell/source/win32/simplemail/smplmailsuppl.cxx
+++ b/shell/source/win32/simplemail/smplmailsuppl.cxx
@@ -39,7 +39,7 @@ namespace // private
Sequence< OUString > SAL_CALL Component_getSupportedServiceNames()
{
Sequence< OUString > aRet(1);
- aRet[0] = "com.sun.star.sys.shell.SimpleSystemMail";
+ aRet[0] = "com.sun.star.system.SimpleSystemMail";
return aRet;
}