sfx2/source/appl/sfxhelp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 387f4b1e63fabb486d404ec7a47604aec1c9a75c Author: Muhammet Kara <muhammet.k...@pardus.org.tr> AuthorDate: Sat Jul 21 07:18:18 2018 +0300 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Jul 21 08:13:17 2018 +0200 Remove useless self-assignment of sHelpPath Change-Id: I4ba4a19a45ade62e65ae987cadb8ba07d4a5e006 Reviewed-on: https://gerrit.libreoffice.org/57794 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx index cb7e3f0696e9..e7e5cbea4194 100644 --- a/sfx2/source/appl/sfxhelp.cxx +++ b/sfx2/source/appl/sfxhelp.cxx @@ -251,7 +251,7 @@ static OUString HelpLocaleString() return aLocaleStr; } - sHelpPath = sHelpPath = getHelpRootURL() + "/" + utl::ConfigManager::getProductVersion() + "/" + aEnglish; + sHelpPath = getHelpRootURL() + "/" + utl::ConfigManager::getProductVersion() + "/" + aEnglish; if (impl_checkHelpLocalePath(sHelpPath)) { return aEnglish; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits