summaryrefslogtreecommitdiff
path: root/desktop/source/app/officeipcthread.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-04 23:46:16 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-05 01:52:41 +0200
commit701d19fb4fd4fbafb8317b4305614715aeb9e4f9 (patch)
tree5e6454d088a61a56818c53f403b9dc4c9ccbe459 /desktop/source/app/officeipcthread.hxx
parent9e42de4343fcd66d375c312e43bf27e2525753a3 (diff)
Ignore IPC socket setup errors on OS X as they occur always when sandboxed
In a sandboxed LibreOffice, on 10.8.2 at least, creating the Unix domain socket fails. Ignore that as hopefully people running a sandboxed LO won't attempt starting it from the command-line or in other tricky ways, so the normal OS X mechanism that prevents multiple instances of an app from being started should work fine. I hope. Change-Id: I4e0aa0c823328d00c8ff1c039859e78ba8ae92c5
Diffstat (limited to 'desktop/source/app/officeipcthread.hxx')
-rw-r--r--desktop/source/app/officeipcthread.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/source/app/officeipcthread.hxx b/desktop/source/app/officeipcthread.hxx
index 440fd247d2a9..f60084d4dd00 100644
--- a/desktop/source/app/officeipcthread.hxx
+++ b/desktop/source/app/officeipcthread.hxx
@@ -107,6 +107,7 @@ class OfficeIPCThread : public salhelper::Thread
{
IPC_STATUS_OK,
IPC_STATUS_2ND_OFFICE,
+ IPC_STATUS_PIPE_ERROR,
IPC_STATUS_BOOTSTRAP_ERROR
};