summaryrefslogtreecommitdiff
path: root/odk/source
diff options
context:
space:
mode:
authorGiuseppe Castagno <giuseppe.castagno@acca-esse.eu>2010-10-15 19:25:09 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-11-03 16:31:32 +0100
commit4d823780b5ed3f788b5c2391a196221660fd6d8a (patch)
tree395aa64e745a09f6dc9fd577e155668a3374099e /odk/source
parentc503a41fb638641718cc9636c7d465760038c1e3 (diff)
Changed symlink processing to new application name. Now the function will try for libreoffice in the PATH, instead of soffice.
Diffstat (limited to 'odk/source')
-rw-r--r--odk/source/com/sun/star/lib/loader/InstallationFinder.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/source/com/sun/star/lib/loader/InstallationFinder.java b/odk/source/com/sun/star/lib/loader/InstallationFinder.java
index cb1ec7ad1143..0b67d85e369e 100644
--- a/odk/source/com/sun/star/lib/loader/InstallationFinder.java
+++ b/odk/source/com/sun/star/lib/loader/InstallationFinder.java
@@ -71,7 +71,7 @@ final class InstallationFinder {
private static final String SYSPROP_NAME =
"com.sun.star.lib.loader.unopath";
private static final String ENVVAR_NAME = "UNO_PATH";
- private static final String SOFFICE = "soffice"; // Unix/Linux only
+ private static final String SOFFICE = "libreoffice"; // Unix/Linux only
private InstallationFinder() {} // do not instantiate