summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-01-31 16:35:20 +0100
committerAndras Timar <atimar@suse.com>2012-01-31 16:43:24 +0100
commit3fedf4bc45b4c6c6e4a705049968b24f60e53df2 (patch)
tree1fd9f062afb5cd2765ceb47986dff2a7eca13fb7 /cli_ure
parentd6aaa45d471dfb9c79b7bd0839d4a61262208ab3 (diff)
OpenOffice.org -> LibreOffice in comment
Diffstat (limited to 'cli_ure')
-rw-r--r--cli_ure/source/native/native_bootstrap.cxx8
1 files changed, 4 insertions, 4 deletions
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.
*/