summaryrefslogtreecommitdiffstats
path: root/cppuhelper/source/findsofficepath.c
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/source/findsofficepath.c
parentRevert "idlc-error-offset.diff: Add character offset for idlc errors" (diff)
downloadcore-afc5c0c4402ac15a0c54f8c83bea9aae6f53b685.tar.gz
core-afc5c0c4402ac15a0c54f8c83bea9aae6f53b685.zip
LibreOffice Branding: first cut
Diffstat (limited to 'cppuhelper/source/findsofficepath.c')
-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;