summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/source/app/app.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 0b324f17728a..cee2660f9c93 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -518,8 +518,8 @@ void Desktop::Init()
if ( true )
{
- // start ipc thread only for non-remote offices
- RequestHandler::Status aStatus = RequestHandler::Enable(true);
+ // start ipc thread only for non-remote offices (and don't setup pipe here)
+ RequestHandler::Status aStatus = RequestHandler::Enable(false);
if ( aStatus == RequestHandler::IPC_STATUS_PIPE_ERROR )
{
#if defined ANDROID