summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2010-09-22 15:32:18 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-09-28 08:44:15 +0200
commitafc5c0c4402ac15a0c54f8c83bea9aae6f53b685 (patch)
tree3c9c4efbc5648d5b682f5755388584e01e91daa0 /cppuhelper
parentb12337c8ae206a5ed7fcf14727b0c2627a9a1731 (diff)
LibreOffice Branding: first cut
Notes
split repo tag: ure_LIBREOFFICE_CREATE
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/findsofficepath.c2
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;