summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-25 09:56:54 +0200
committerNoel Grandin <noel@peralex.com>2016-08-25 10:09:29 +0200
commit79f1315a02b1dd4dd7b4a78dea410c3192663522 (patch)
treed88aa99994955d02259643f12a7af1395395f07e /desktop
parent9a87305f5f4048c2b08136bbab434a2d6776d749 (diff)
cid#1371326 Misused comma operator
Change-Id: I8b27c4d20e86b6cf173374df0242f438909b4db6
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/officeipcthread.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx
index 3c65230bd5f6..279e173963d0 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