diff options
author | Giuseppe Castagno <giuseppe.castagno@acca-esse.eu> | 2010-10-15 19:25:09 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-11-03 16:31:32 +0100 |
commit | 4d823780b5ed3f788b5c2391a196221660fd6d8a (patch) | |
tree | 395aa64e745a09f6dc9fd577e155668a3374099e /odk/source/com | |
parent | c503a41fb638641718cc9636c7d465760038c1e3 (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/com')
-rw-r--r-- | odk/source/com/sun/star/lib/loader/InstallationFinder.java | 2 |
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 |