summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2018-02-27 12:47:31 +0100
committerAndras Timar <andras.timar@collabora.com>2018-03-25 23:04:47 +0200
commit105761d20bbd1f44067be557e8fbfff897687d13 (patch)
treedc5c0abd72790d8a23c0b7c0e67e3c417bc7ffb6 /shell
parentec5604a76b46176f553bcc12f42c3bdcc825d6cf (diff)
Remove obsolete comment
Obsoleted by commit 7ce1e0e1ecbb1b3ec5e3cc15306a9df7e786c564 Change-Id: I479455ba704c7e2bf1df2308950e7a9b682762b6 Reviewed-on: https://gerrit.libreoffice.org/50433 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Mike Kaganski <mike.kaganski@collabora.com> (cherry picked from commit 0ea41fea75cd1ac1d81fa57c4411e75a6b4001f0)
Diffstat (limited to 'shell')
-rw-r--r--shell/source/win32/simplemail/senddoc.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/shell/source/win32/simplemail/senddoc.cxx b/shell/source/win32/simplemail/senddoc.cxx
index 0e1d0859bcc2..d972bad5f71e 100644
--- a/shell/source/win32/simplemail/senddoc.cxx
+++ b/shell/source/win32/simplemail/senddoc.cxx
@@ -242,12 +242,6 @@ int wmain(int argc, wchar_t* argv[])
try
{
- // we have to set the flag MAPI_NEW_SESSION,
- // because in the case Outlook xxx (not Outlook Express!)
- // is installed as Exchange and Mail Client a Profile
- // selection dialog must appear because we specify no
- // profile name, so the user has to specify a profile
-
LHANDLE const hSession = 0;
MapiRecipDescW mapiOriginator;