summaryrefslogtreecommitdiffstats
path: root/cli_ure
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2011-04-13 18:52:58 +0100
committerNoel Power <noel.power@novell.com>2011-04-13 18:54:01 +0100
commit049d80d791404a6c691f0fa3fc2fd1380cbe1cb9 (patch)
treefc1a2a74bc4e2e0ce6b12ca702fc04b050c12bd1 /cli_ure
parentVersion 3.3.99.1, tag libreoffice-3.3.99.1 (3.4.0-beta1) (diff)
downloadcore-049d80d791404a6c691f0fa3fc2fd1380cbe1cb9.tar.gz
core-049d80d791404a6c691f0fa3fc2fd1380cbe1cb9.zip
fix for fdo#35108 allow dot net clients to bootstrap libreoffice
Diffstat (limited to 'cli_ure')
-rw-r--r--cli_ure/source/native/native_bootstrap.cxx2
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 61117f0b35f0..4c6be73c3a20 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"