[Libreoffice-commits] core.git: sfx2/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Jul 21 06:13:37 UTC 2018
sfx2/source/appl/sfxhelp.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 387f4b1e63fabb486d404ec7a47604aec1c9a75c
Author: Muhammet Kara <muhammet.kara at pardus.org.tr>
AuthorDate: Sat Jul 21 07:18:18 2018 +0300
Commit: Julien Nabet <serval2412 at 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 <serval2412 at 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;
More information about the Libreoffice-commits
mailing list