From 3fedf4bc45b4c6c6e4a705049968b24f60e53df2 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 31 Jan 2012 16:35:20 +0100 Subject: OpenOffice.org -> LibreOffice in comment --- cli_ure/source/native/native_bootstrap.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cli_ure/source') diff --git a/cli_ure/source/native/native_bootstrap.cxx b/cli_ure/source/native/native_bootstrap.cxx index 88c911ab3f68..145d6c08536b 100644 --- a/cli_ure/source/native/native_bootstrap.cxx +++ b/cli_ure/source/native/native_bootstrap.cxx @@ -129,10 +129,10 @@ void oneDirUp(LPTSTR io_path) /* Returns the path to the program folder of the brand layer, - for example c:/openoffice.org 3/program + for example c:/LibreOffice 3/program This path is either obtained from the environment variable UNO_PATH or the registry item - "Software\\OpenOffice.org\\UNO\\InstallPath" + "Software\\LibreOffice\\UNO\\InstallPath" either in HKEY_CURRENT_USER or HKEY_LOCAL_MACHINE The return value must be freed with delete[] */ @@ -319,8 +319,8 @@ namespace util Bootstrapping requires the existence of many libraries which are contained in an URE installation. To find and load these libraries the Windows - registry keys HKEY_CURRENT_USER\Software\OpenOffice.org\Layer\URE\1 - and HKEY_LOCAL_MACHINE\Software\OpenOffice.org\Layer\URE\1 are examined. + registry keys HKEY_CURRENT_USER\Software\LibreOffice\Layer\URE\1 + and HKEY_LOCAL_MACHINE\Software\LibreOffice\Layer\URE\1 are examined. These contain a named value UREINSTALLLOCATION which holds a path to the URE installation folder. */ -- cgit