OpenOffice.org -> LibreOffice in comment

This commit is contained in:
Andras Timar
2012-01-31 16:35:20 +01:00
parent d6aaa45d47
commit 3fedf4bc45

View File

@@ -129,10 +129,10 @@ void oneDirUp(LPTSTR io_path)
/* Returns the path to the program folder of the brand layer, /* 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 This path is either obtained from the environment variable UNO_PATH
or the registry item or the registry item
"Software\\OpenOffice.org\\UNO\\InstallPath" "Software\\LibreOffice\\UNO\\InstallPath"
either in HKEY_CURRENT_USER or HKEY_LOCAL_MACHINE either in HKEY_CURRENT_USER or HKEY_LOCAL_MACHINE
The return value must be freed with delete[] The return value must be freed with delete[]
*/ */
@@ -319,8 +319,8 @@ namespace util
Bootstrapping requires the existence of many libraries which are contained Bootstrapping requires the existence of many libraries which are contained
in an URE installation. To find and load these libraries the Windows in an URE installation. To find and load these libraries the Windows
registry keys HKEY_CURRENT_USER\Software\OpenOffice.org\Layer\URE\1 registry keys HKEY_CURRENT_USER\Software\LibreOffice\Layer\URE\1
and HKEY_LOCAL_MACHINE\Software\OpenOffice.org\Layer\URE\1 are examined. and HKEY_LOCAL_MACHINE\Software\LibreOffice\Layer\URE\1 are examined.
These contain a named value UREINSTALLLOCATION which holds a path to the URE These contain a named value UREINSTALLLOCATION which holds a path to the URE
installation folder. installation folder.
*/ */