summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-02-25 15:00:38 +0200
committerTor Lillqvist <tml@collabora.com>2014-09-13 09:02:44 +0300
commite635e1f113cc0a474f38ef2c59b9afe536bbcb40 (patch)
treef289d191caead25e495d76b7c674f95f66bf4ba0 /desktop
parentc8177f0fafe80d343e2cd48053fdadba641a08f8 (diff)
The LO process is called just "soffice" on OS X
Change-Id: I74a6af7f4dc49ccf8ff3ead0d5b3e5e9b78b4f7a (cherry picked from commit 1974b1601c0500e0db56f6cfd9db6bd25dcccfab)
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/misc/dp_misc.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/source/deployment/misc/dp_misc.cxx b/desktop/source/deployment/misc/dp_misc.cxx
index b815be74ba19..54096acef82a 100644
--- a/desktop/source/deployment/misc/dp_misc.cxx
+++ b/desktop/source/deployment/misc/dp_misc.cxx
@@ -63,7 +63,11 @@ using namespace ::com::sun::star::uno;
#define SWRITER "swriter.exe"
#endif
+#ifdef MACOSX
+#define SOFFICE2 "soffice"
+#else
#define SOFFICE2 "soffice.bin"
+#endif
namespace dp_misc {
namespace {