diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-09-22 15:32:18 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-09-28 08:44:15 +0200 |
commit | afc5c0c4402ac15a0c54f8c83bea9aae6f53b685 (patch) | |
tree | 3c9c4efbc5648d5b682f5755388584e01e91daa0 /cppuhelper/source/findsofficepath.c | |
parent | b12337c8ae206a5ed7fcf14727b0c2627a9a1731 (diff) |
LibreOffice Branding: first cut
Notes
Notes:
split repo tag: ure_LIBREOFFICE_CREATE
Diffstat (limited to 'cppuhelper/source/findsofficepath.c')
-rw-r--r-- | cppuhelper/source/findsofficepath.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |