diff options
author | Xisco Fauli <anistenis@gmail.com> | 2011-04-05 10:16:07 +0200 |
---|---|---|
committer | Christina Rossmanith <ChrRossmanith@web.de> | 2011-04-05 10:16:07 +0200 |
commit | 45f0cc2ec176f02592a4e67942b1220f7837ab9f (patch) | |
tree | 792241b1efd30744250b98879149c36aedf4f75e /shell/source/win32/simplemail/senddoc.cxx | |
parent | fe44fe403e57155cb479cd8e9cfbb77e1ba4fb01 (diff) |
Remove commented code in libs-core/shell
Diffstat (limited to 'shell/source/win32/simplemail/senddoc.cxx')
-rw-r--r-- | shell/source/win32/simplemail/senddoc.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/source/win32/simplemail/senddoc.cxx b/shell/source/win32/simplemail/senddoc.cxx index b1444dc30810..e4dd24dfb11b 100644 --- a/shell/source/win32/simplemail/senddoc.cxx +++ b/shell/source/win32/simplemail/senddoc.cxx @@ -264,7 +264,6 @@ void initParameter(int argc, char* argv[]) */ int main(int argc, char* argv[]) { - //MessageBox(NULL, "Debug", "Debug", MB_OK); initParameter(argc, argv); @@ -278,7 +277,7 @@ int main(int argc, char* argv[]) { CSimpleMapi mapi; - // #93007# we have to set the flag MAPI_NEW_SESSION, + // 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 |