[PATCH] Changed symlink processing to new application name. Now the function will try for libreoffice in the PATH, instead of soffice.
Giuseppe Castagno
giuseppe.castagno at acca-esse.eu
Fri Oct 15 10:19:51 PDT 2010
---
cppuhelper/source/findsofficepath.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cppuhelper/source/findsofficepath.c b/cppuhelper/source/findsofficepath.c
index c1aedf6..c4785cc 100644
--- a/cppuhelper/source/findsofficepath.c
+++ b/cppuhelper/source/findsofficepath.c
@@ -125,7 +125,7 @@ static char* platformSpecific()
const int SEPARATOR = '/';
const char* PATHSEPARATOR = ":";
const char* PATHVARNAME = "PATH";
- const char* APPENDIX = "/soffice";
+ const char* APPENDIX = "/libreoffice";
char* path = NULL;
char* env = NULL;
--
1.6.3.3
--------------030203000902040300080603--
More information about the LibreOffice
mailing list