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-02-25 15:05:01 +0200
commit1974b1601c0500e0db56f6cfd9db6bd25dcccfab (patch)
tree68662f17b1bc966d8086bd5b8ca418727ab415fa /desktop
parentb071ce32befcc84a57a7ecd39667cb6658c0c866 (diff)
The LO process is called just "soffice" on OS X
Change-Id: I74a6af7f4dc49ccf8ff3ead0d5b3e5e9b78b4f7a
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 e92d2b39b494..d895af86afd3 100644
--- a/desktop/source/deployment/misc/dp_misc.cxx
+++ b/desktop/source/deployment/misc/dp_misc.cxx
@@ -62,7 +62,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 {