From d3c455c0f9e632790e8bfd7d83010fa94075624e Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Tue, 5 Oct 2010 15:36:53 +0200 Subject: Look for LibreOffice and not OpenOffice.org from java --- odk/source/com/sun/star/lib/loader/InstallationFinder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odk/source') 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; -- cgit