diff options
Diffstat (limited to 'odk')
-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 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; |