summaryrefslogtreecommitdiff
path: root/onlineupdate
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-08-29 01:19:43 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-05-19 03:43:20 +0200
commit011ae9799090faeb8729620396cc942aa2f8c153 (patch)
tree0d912707aa137f4b998863af1b0562fa95e16d4b /onlineupdate
parentb1736191e03302de4ed46bc42ba012d498db34a7 (diff)
obviously we need to use a LibreOffice registry key
Change-Id: I445c5c66f4363b5f20e140b3620a3ece84d73d23
Diffstat (limited to 'onlineupdate')
-rw-r--r--onlineupdate/source/update/common/pathhash.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/onlineupdate/source/update/common/pathhash.cxx b/onlineupdate/source/update/common/pathhash.cxx
index aa5644c896bc..3c3c1f5d31f0 100644
--- a/onlineupdate/source/update/common/pathhash.cxx
+++ b/onlineupdate/source/update/common/pathhash.cxx
@@ -130,8 +130,7 @@ CalculateRegistryPathFromFilePath(const LPCWSTR filePath,
}
delete[] lowercasePath;
- LPCWSTR baseRegPath = L"SOFTWARE\\Mozilla\\"
- L"MaintenanceService\\";
+ LPCWSTR baseRegPath = L"SOFTWARE\\LibreOffice\\MaintenanceService\\";
wcsncpy(registryPath, baseRegPath, MAX_PATH);
BinaryDataToHexString(hash, hashSize,
registryPath + wcslen(baseRegPath));