[Libreoffice-commits] .: Branch 'libreoffice-3-4' - odk/cfgWin.js

Fridrich Strba fridrich at kemper.freedesktop.org
Wed Apr 13 01:59:41 PDT 2011


 odk/cfgWin.js |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ac1c3e5bb04087f60b774354569cc6f77cb1a50a
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Wed Apr 13 10:58:52 2011 +0200

    Some more OOo -> LO changes

diff --git a/odk/cfgWin.js b/odk/cfgWin.js
index ef4e0b6..c7b1b23 100644
--- a/odk/cfgWin.js
+++ b/odk/cfgWin.js
@@ -2,8 +2,8 @@
 // examples of the Office Development Kit. The script duplicates the template
 // script and inserts the variables into the copied script.
 // The Script was developed for the operating systems Microsoft Windows.
-var regKeyOfficeCurrentUser = "HKEY_CURRENT_USER\\Software\\OpenOffice.org\\UNO\\InstallPath\\";
-var regKeyOfficeLocaleMachine = "HKEY_LOCAL_MACHINE\\Software\\OpenOffice.org\\UNO\\InstallPath\\";
+var regKeyOfficeCurrentUser = "HKEY_CURRENT_USER\\Software\\LibreOffice\\UNO\\InstallPath\\";
+var regKeyOfficeLocaleMachine = "HKEY_LOCAL_MACHINE\\Software\\LibreOffice\\UNO\\InstallPath\\";
 var regKeyDotNetInstallRoot = "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\.NETFramework\\InstallRoot";
 var regKeyDotNet1_1 = "HKLM\\Software\\Microsoft\\.NETFramework\\policy\\v1.1\\4322";
 var sDirDotNet1_1 = "v1.1.4322";


More information about the Libreoffice-commits mailing list