summaryrefslogtreecommitdiffstats
path: root/cppuhelper/source/findsofficepath.c
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
commitc22e9dd07066d69e5303b27ccf7c23a041d19676 (patch)
tree8ed0e1f8e2c4bb8fbc085f29e85dadccb30c32c6 /cppuhelper/source/findsofficepath.c
parentWorkaround for the registration breakage on SUSE. (diff)
downloadcore-c22e9dd07066d69e5303b27ccf7c23a041d19676.tar.gz
core-c22e9dd07066d69e5303b27ccf7c23a041d19676.zip
Changed symlink processing to new application name. Now the function will try for libreoffice in the PATH, instead of soffice.
Diffstat (limited to 'cppuhelper/source/findsofficepath.c')
-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 0a0cea0ff8b3..faa5b21386da 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;