Kaydet (Commit) 83e7d9e0 authored tarafından Matteo Casalin's avatar Matteo Casalin

Do not use indexed getToken for a single call

Change-Id: Ib1026754a7db034af5910d84d008d0ef997ebb96
Reviewed-on: https://gerrit.libreoffice.org/65672
Tested-by: Jenkins
Reviewed-by: 's avatarMatteo Casalin <matteo.casalin@yahoo.com>
üst 86daabed
......@@ -700,8 +700,7 @@ Reference< XInterface > ORegistryFactoryHelper::createModuleFactory()
{
aActivatorUrl = xActivatorKey->getAsciiValue();
sal_Int32 nIndex = 0;
aActivatorName = aActivatorUrl.getToken(0, ':', nIndex );
aActivatorName = aActivatorUrl.getToken(0, ':');
Reference<XRegistryKey > xLocationKey = xImplementationKey->openKey(
"/UNO/LOCATION" );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment