summaryrefslogtreecommitdiff
path: root/cppuhelper/source
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
commit7c2bf68933065d7277bf4bffe2d99fafedc90c8a (patch)
tree336b008e81a8e679b18b265719ec48b7eeb33870 /cppuhelper/source
parente7d62c42d6ff5343a431faeb4b33b9a9860e94dd (diff)
LibreOffice Branding: first cut
Diffstat (limited to 'cppuhelper/source')
-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 c07bbe976..c1aedf6f0 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;