diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2001-06-11 10:45:54 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2001-06-11 10:45:54 +0000 |
commit | f6cdfb105e0c00e336a97ff105fd3bc0d2a7d244 (patch) | |
tree | d9860f2222ce7fe0817ee87546af534957d4361c /idlc | |
parent | c0353ae4ff92b8eb5b3240c19cd7f619ec4804cc (diff) |
#73862# change osl_executeProcess
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/idlccompile.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/source/idlccompile.cxx b/idlc/source/idlccompile.cxx index 73280e627294..8eb59491093f 100644 --- a/idlc/source/idlccompile.cxx +++ b/idlc/source/idlccompile.cxx @@ -2,9 +2,9 @@ * * $RCSfile: idlccompile.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: bei $ $Date: 2001-06-03 10:06:50 $ + * last change: $Author: jsc $ $Date: 2001-06-11 11:45:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -257,7 +257,7 @@ sal_Int32 SAL_CALL compileFile(const OString& fileName) oslProcessError procError = osl_Process_E_None; procError = osl_executeProcess(cpp.pData, &cmdArg.pData, 1, osl_Process_WAIT, - 0, startDir.pData, 0, 0, 0, &hProcess); + 0, startDir.pData, 0, 0, &hProcess); oslProcessInfo hInfo; hInfo.Size = sizeof(oslProcessInfo); |