summaryrefslogtreecommitdiffstats
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.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/source/win32/simplemail/smplmailsuppl.cxx b/shell/source/win32/simplemail/smplmailsuppl.cxx
index 495b4bf1ff89..6d6e33762a2b 100644
--- a/shell/source/win32/simplemail/smplmailsuppl.cxx
+++ b/shell/source/win32/simplemail/smplmailsuppl.cxx
@@ -38,8 +38,7 @@ namespace // private
{
Sequence< OUString > SAL_CALL Component_getSupportedServiceNames()
{
- Sequence< OUString > aRet(1);
- aRet[0] = "com.sun.star.system.SimpleSystemMail";
+ Sequence< OUString > aRet { "com.sun.star.system.SimpleSystemMail" };
return aRet;
}