From e3a59289ba1e44cc394b4f2499f2910b189e3a78 Mon Sep 17 00:00:00 2001 From: Giuseppe Castagno Date: Fri, 15 Oct 2010 19:19:51 +0200 Subject: Changed symlink processing to new application name. Now the function will try for libreoffice in the PATH, instead of soffice. --- cppuhelper/source/findsofficepath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cppuhelper/source/findsofficepath.c b/cppuhelper/source/findsofficepath.c index e1fe9bb6a..56c04273f 100644 --- a/cppuhelper/source/findsofficepath.c +++ b/cppuhelper/source/findsofficepath.c @@ -126,7 +126,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; -- cgit v1.2.3