Kaydet (Commit) a604a495 authored tarafından Fridrich Štrba's avatar Fridrich Štrba

Fix a typo and -- hopefully -- tinderbox make check

Change-Id: I3ba939ae97d9d6cd966dc9f0bf3c96d9039d8752
üst 8a1f6b6e
......@@ -553,7 +553,7 @@ OfficeIPCThread::Status OfficeIPCThread::EnableOfficeIPCThread()
}
}
else if ( pThread->maPipe.create( aPipeIdent.getStr(), osl_Pipe_OPEN, rSecurity )) // Connection not successfull, now we try to create
else if ( pThread->maPipe.create( aPipeIdent.getStr(), osl_Pipe_CREATE, rSecurity )) // Connection not successfull, now we try to create
{
// Pipe created
nPipeMode = PIPEMODE_CREATED;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment