summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-04-13 10:58:52 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-04-13 10:58:52 +0200
commit6d246a14fc429cd90c4e3326c6a940bf028593fb (patch)
tree7eb53b42ae3ad27c66ab36cb3c0bd4dd37849914 /odk
parentc76ed2e751c061becd1cc910a156f0597ba11b8a (diff)
Some more OOo -> LO changes
Diffstat (limited to 'odk')
-rw-r--r--odk/cfgWin.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/cfgWin.js b/odk/cfgWin.js
index ef4e0b6c9b1c..c7b1b2355de4 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";