[Libreoffice-commits] core.git: desktop/source
Fridrich Å trba
fridrich.strba at bluewin.ch
Tue Jul 30 08:35:44 PDT 2013
desktop/source/app/officeipcthread.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a604a49512d23894b72050d1112b09b2f6f49c96
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Tue Jul 30 17:34:38 2013 +0200
Fix a typo and -- hopefully -- tinderbox make check
Change-Id: I3ba939ae97d9d6cd966dc9f0bf3c96d9039d8752
diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx
index 9113880..14000eb 100644
--- a/desktop/source/app/officeipcthread.cxx
+++ b/desktop/source/app/officeipcthread.cxx
@@ -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;
More information about the Libreoffice-commits
mailing list