summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-21 16:16:03 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-21 16:16:03 +0000
commit796094e47179a853dfc0511780a264d133896a8d (patch)
treeab77959d8066de302294e1674569e8dc71b03737 /desktop
parent788f3b1d3b1e975bb752a5e27db93e3fe48c9670 (diff)
INTEGRATION: CWS fwkpostbeta02 (1.2.116); FILE MERGED
2005/02/15 09:19:13 mba 1.2.116.1: #i42804#: allow module specifiers on cmdline for opening files
Diffstat (limited to 'desktop')
-rw-r--r--desktop/win32/source/applauncher/launcher.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/win32/source/applauncher/launcher.cxx b/desktop/win32/source/applauncher/launcher.cxx
index 5fbf8e23fd1d..e1649ad586d7 100644
--- a/desktop/win32/source/applauncher/launcher.cxx
+++ b/desktop/win32/source/applauncher/launcher.cxx
@@ -29,7 +29,7 @@ extern "C" int APIENTRY _tWinMain( HINSTANCE, HINSTANCE, LPTSTR, int )
ppArguments = GetArgv( &nArguments );
- if ( 1 == nArguments )
+ // if ( 1 == nArguments )
{
lpCommandLine = (LPTSTR)_alloca( sizeof(_TCHAR) * (_tcslen(lpCommandLine) + _tcslen(APPLICATION_SWITCH) + 2) );