Make osl_execProc_test_batch run the new process hidden
This prevents a console window flashing briefly on Windows, when
runnung the test.
Was this way since commit d011896d75
(INTEGRATION: CWS sal04 (1.1.2); FILE ADDED, 2003-09-29).
Change-Id: I7fb7bb067786d3ad33f9ba831e3b454c91a35e2a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162296
Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
This commit is contained in:
parent
8977ade85a
commit
18e579761c
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ public:
|
|||
suBatch.pData,
|
||||
nullptr,
|
||||
0,
|
||||
osl_Process_NORMAL,
|
||||
osl_Process_HIDDEN,
|
||||
nullptr,
|
||||
suCWD.pData,
|
||||
nullptr,
|
||||
|
|
Loading…
Reference in a new issue