diff options
author | Noel Power <noel.power@novell.com> | 2011-04-13 18:52:58 +0100 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2011-04-13 18:54:01 +0100 |
commit | 8f7e06c3d327376ebc29d103bf00c904d9654ad2 (patch) | |
tree | 63e16cdc00cb44040b0447f9883f7a3a7f269810 | |
parent | 41a686ce6aa9d88b5ae349521279761b99cc4dee (diff) |
fix for fdo#35108 allow dot net clients to bootstrap libreoffice
-rw-r--r-- | cli_ure/source/native/native_bootstrap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_ure/source/native/native_bootstrap.cxx b/cli_ure/source/native/native_bootstrap.cxx index b4555a706..fe3280a8e 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" |