From 9d3654668ec7d4a7e6e3627dde86093e8db18c0d Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 2 Aug 2017 03:37:55 +0200 Subject: updater: disable the special handling of the user profile This should be unnecessary for the one step updating strategy. Change-Id: I8dddeae4fb4a560a1c261c0c2e84183d72fc638c Reviewed-on: https://gerrit.libreoffice.org/40656 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- onlineupdate/source/update/updater/updater.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'onlineupdate') diff --git a/onlineupdate/source/update/updater/updater.cxx b/onlineupdate/source/update/updater/updater.cxx index 08aa201cb47e..8a1ef8bf5b24 100644 --- a/onlineupdate/source/update/updater/updater.cxx +++ b/onlineupdate/source/update/updater/updater.cxx @@ -332,6 +332,8 @@ namespace { bool is_userprofile_in_instdir() { + return false; + /* // the algorithm is: // 1.) if userprofile path length is smaller than installation dir, // the profile is surely not in instdir @@ -350,6 +352,7 @@ bool is_userprofile_in_instdir() return false; return NS_tstrncmp(userprofile, gInstallDirPath, installdir_len) == 0; + */ } } -- cgit