From a604a49512d23894b72050d1112b09b2f6f49c96 Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Tue, 30 Jul 2013 17:34:38 +0200 Subject: Fix a typo and -- hopefully -- tinderbox make check Change-Id: I3ba939ae97d9d6cd966dc9f0bf3c96d9039d8752 --- desktop/source/app/officeipcthread.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx index 9113880364db..14000eb3431a 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; -- cgit