summaryrefslogtreecommitdiffstats
path: root/odk/source
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2010-10-05 15:36:53 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-10-05 15:36:53 +0200
commitd3c455c0f9e632790e8bfd7d83010fa94075624e (patch)
treea8da4b54de91c77260e89dae1bcc3ce886337625 /odk/source
parentVersion 3.2.99.1, tag LIBREOFFICE_3_2_99_1 (3.3-beta1) (diff)
downloadcore-d3c455c0f9e632790e8bfd7d83010fa94075624e.tar.gz
core-d3c455c0f9e632790e8bfd7d83010fa94075624e.zip
Look for LibreOffice and not OpenOffice.org from java
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 6c3343dcf594..cb1ec7ad1143 100644
--- a/odk/source/com/sun/star/lib/loader/InstallationFinder.java
+++ b/odk/source/com/sun/star/lib/loader/InstallationFinder.java
@@ -192,7 +192,7 @@ final class InstallationFinder {
*/
private static String getPathFromWindowsRegistry() {
- final String SUBKEYNAME = "Software\\OpenOffice.org\\UNO\\InstallPath";
+ final String SUBKEYNAME = "Software\\LibreOffice\\UNO\\InstallPath";
String path = null;