diff --git a/cppuhelper/source/findsofficepath.c b/cppuhelper/source/findsofficepath.c index e325f077711b..938a8c89987d 100644 --- a/cppuhelper/source/findsofficepath.c +++ b/cppuhelper/source/findsofficepath.c @@ -90,7 +90,7 @@ static char* getPathFromRegistryKey( HKEY hroot, const char* subKeyName ) */ static char* platformSpecific() { - const char* SUBKEYNAME = "Software\\OpenOffice.org\\UNO\\InstallPath"; + const char* SUBKEYNAME = "Software\\LibreOffice\\UNO\\InstallPath"; char* path = NULL;