shell/source/win32/simplemail/senddoc.cxx | 6 ------ 1 file changed, 6 deletions(-)
New commits: commit 0ea41fea75cd1ac1d81fa57c4411e75a6b4001f0 Author: Mike Kaganski <[email protected]> Date: Tue Feb 27 12:47:31 2018 +0100 Remove obsolete comment Obsoleted by commit 7ce1e0e1ecbb1b3ec5e3cc15306a9df7e786c564 Change-Id: I479455ba704c7e2bf1df2308950e7a9b682762b6 Reviewed-on: https://gerrit.libreoffice.org/50433 Reviewed-by: Mike Kaganski <[email protected]> Tested-by: Mike Kaganski <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
