[Libreoffice-commits] .: cppuhelper/source
Fridrich Strba
fridrich at kemper.freedesktop.org
Wed Nov 3 08:35:02 PDT 2010
cppuhelper/source/findsofficepath.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e3a59289ba1e44cc394b4f2499f2910b189e3a78
Author: Giuseppe Castagno <giuseppe.castagno at acca-esse.eu>
Date: Fri Oct 15 19:19:51 2010 +0200
Changed symlink processing to new application name. Now the function will try for libreoffice in the PATH, instead of soffice.
diff --git a/cppuhelper/source/findsofficepath.c b/cppuhelper/source/findsofficepath.c
index e1fe9bb..56c0427 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;
More information about the Libreoffice-commits
mailing list