summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Castagno <giuseppe.castagno@acca-esse.eu>2010-10-15 19:19:51 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-11-03 16:32:25 +0100
commite3a59289ba1e44cc394b4f2499f2910b189e3a78 (patch)
tree876b732810fa7ad67e72a1ce162b70686ace0afa
parent15294167e07a529cce341710444936929c2b6454 (diff)
Changed symlink processing to new application name. Now the function will try for libreoffice in the PATH, instead of soffice.
-rw-r--r--cppuhelper/source/findsofficepath.c2
1 files changed, 1 insertions, 1 deletions
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;