From ed3e4f228fa4a1ce47768656233c001188824471 Mon Sep 17 00:00:00 2001 From: Rüdiger Timm Date: Thu, 18 Aug 2005 11:06:48 +0000 Subject: INTEGRATION: CWS mh19121 (1.47.88); FILE MERGED 2005/08/10 08:48:37 mh 1.47.88.1: desktop: permission to connect to OSL_foo pipe may be denied, e.g. selinux, #i53026# --- desktop/source/app/officeipcthread.cxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'desktop') diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx index 73b7dcc5f9e6..ab0fe3fc4507 100644 --- a/desktop/source/app/officeipcthread.cxx +++ b/desktop/source/app/officeipcthread.cxx @@ -2,9 +2,9 @@ * * $RCSfile: officeipcthread.cxx,v $ * - * $Revision: 1.47 $ + * $Revision: 1.48 $ * - * last change: $Author: obo $ $Date: 2005-04-18 14:43:23 $ + * last change: $Author: rt $ $Date: 2005-08-18 12:06:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -376,6 +376,10 @@ OfficeIPCThread::Status OfficeIPCThread::EnableOfficeIPCThread() } else { + OPipe::TPipeError eReason = pThread->maPipe.getError(); + if ((eReason == OPipe::E_ConnectionRefused) || (eReason == OPipe::E_invalidError)) + return IPC_STATUS_BOOTSTRAP_ERROR; + // Wait for second office to be ready TimeValue aTimeValue; aTimeValue.Seconds = 0; -- cgit reoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/SectionColumnHandler.hxx
AgeCommit message (Expand)Author