diff options
author | Carsten Driesner <cd@openoffice.org> | 2001-07-16 12:03:04 +0000 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2001-07-16 12:03:04 +0000 |
commit | ea29e7300e544cbc3edc3ffc6058b0c94e683f7b (patch) | |
tree | 4010746436e1b48fe18cd7d77dbfc4a588bea45c /sysui/source | |
parent | ee3351d78c9b6ffbc4dfe62853e81b84e65879c7 (diff) |
#89023# splash screen optimization
Diffstat (limited to 'sysui/source')
-rw-r--r-- | sysui/source/win32/QuickStart/QuickStart.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysui/source/win32/QuickStart/QuickStart.cpp b/sysui/source/win32/QuickStart/QuickStart.cpp index be1a7d24c401..43fb0455ea8e 100644 --- a/sysui/source/win32/QuickStart/QuickStart.cpp +++ b/sysui/source/win32/QuickStart/QuickStart.cpp @@ -52,7 +52,7 @@ bool launchSoffice( ) strcpy( p+1, "soffice.exe" ); char imagename[_MAX_PATH + 1]; - wsprintf(imagename, "\"%s\" -invisible", filename ); + wsprintf(imagename, "\"%s\" -quickstart", filename ); UINT ret = WinExec( imagename, SW_SHOW ); if ( ret < 32 ) |