Typo
Change-Id: Iac9a2715b8a0a517f502c56ef0652e316bd76f52
This commit is contained in:
parent
21ebc2b32d
commit
2198fc2711
1 changed files with 3 additions and 3 deletions
|
@ -213,7 +213,7 @@ bool compareExtensionFolderWithLastSynchronizedFile(
|
|||
return bNeedsSync;
|
||||
}
|
||||
|
||||
bool needToSyncRepostitory(OUString const & name)
|
||||
bool needToSyncRepository(OUString const & name)
|
||||
{
|
||||
OUString folder;
|
||||
OUString file;
|
||||
|
@ -558,8 +558,8 @@ void syncRepositories(
|
|||
//more revoke and registration calls.
|
||||
sal_Bool bModified = false;
|
||||
if (force
|
||||
|| needToSyncRepostitory(OUString(RTL_CONSTASCII_USTRINGPARAM("shared")))
|
||||
|| needToSyncRepostitory(OUString(RTL_CONSTASCII_USTRINGPARAM("bundled"))))
|
||||
|| needToSyncRepository(OUString(RTL_CONSTASCII_USTRINGPARAM("shared")))
|
||||
|| needToSyncRepository(OUString(RTL_CONSTASCII_USTRINGPARAM("bundled"))))
|
||||
{
|
||||
xExtensionManager =
|
||||
deployment::ExtensionManager::get(
|
||||
|
|
Loading…
Reference in a new issue