Change-Id: Iac9a2715b8a0a517f502c56ef0652e316bd76f52
This commit is contained in:
Stephan Bergmann 2012-08-24 19:06:33 +02:00
parent 21ebc2b32d
commit 2198fc2711

View file

@ -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(