[Libreoffice-commits] .: Branch 'libreoffice-3-4' - cli_ure/source

Noel Power noelp at kemper.freedesktop.org
Wed Apr 13 10:54:39 PDT 2011


 cli_ure/source/native/native_bootstrap.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8f7e06c3d327376ebc29d103bf00c904d9654ad2
Author: Noel Power <noel.power at novell.com>
Date:   Wed Apr 13 18:52:58 2011 +0100

    fix for fdo#35108 allow dot net clients to bootstrap libreoffice

diff --git a/cli_ure/source/native/native_bootstrap.cxx b/cli_ure/source/native/native_bootstrap.cxx
index b4555a7..fe3280a 100644
--- a/cli_ure/source/native/native_bootstrap.cxx
+++ b/cli_ure/source/native/native_bootstrap.cxx
@@ -57,7 +57,7 @@ namespace cli_ure {
     WCHAR * resolveLink(WCHAR * path);
 }
 
-#define INSTALL_PATH L"Software\\OpenOffice.org\\UNO\\InstallPath"
+#define INSTALL_PATH L"Software\\LibreOffice\\UNO\\InstallPath"
 #define BASIS_LINK L"\\basis-link"
 #define URE_LINK L"\\ure-link"
 #define URE_BIN L"\\bin"


More information about the Libreoffice-commits mailing list