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;