summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;