cid#1371326 Misused comma operator

Change-Id: I8b27c4d20e86b6cf173374df0242f438909b4db6
diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx
index 3c65230..279e173 100644
--- a/desktop/source/app/officeipcthread.cxx
+++ b/desktop/source/app/officeipcthread.cxx
@@ -1202,7 +1202,7 @@ void PipeIpcThread::execute()
            m_handler->cReady.wait();

            // we might have decided to shutdown while we were sleeping
            if (!m_handler->pGlobal.is()) return;
            if (!RequestHandler::pGlobal.is()) return;

            // only lock the mutex when processing starts, othewise we deadlock when the office goes
            // down during wait