diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-07-30 17:34:38 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-07-30 17:35:23 +0200 |
commit | a604a49512d23894b72050d1112b09b2f6f49c96 (patch) | |
tree | 834b7bc3729bf378526269ea19068e48e989a3d9 /desktop | |
parent | 8a1f6b6ec39b849a83a5c394635af166a0ff692b (diff) |
Fix a typo and -- hopefully -- tinderbox make check
Change-Id: I3ba939ae97d9d6cd966dc9f0bf3c96d9039d8752
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/officeipcthread.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |