Remove useless self-assignment of sHelpPath
Change-Id: I4ba4a19a45ade62e65ae987cadb8ba07d4a5e006 Reviewed-on: https://gerrit.libreoffice.org/57794 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
715fcaff01
commit
387f4b1e63
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue