Some clean-up

Change-Id: I02c56a86454b5ed6df29c3af60b3da2c7bd4b7e1
This commit is contained in:
Stephan Bergmann
2012-11-19 14:17:21 +01:00
parent 6f9c3bc8ed
commit d7c5f37d13
2 changed files with 2 additions and 2 deletions

View File

@@ -221,7 +221,7 @@ void removeTree(OUString const & url) {
// com.sun.star.comp.deployment.component.PackageRegistryBackend/*.rdb files
// contained data nevertheless.
//
// When a LO upgrade is detected (i.e., no/ user/extensions/bundled/buildid or
// When a LO upgrade is detected (i.e., no user/extensions/bundled/buildid or
// one containing an old build ID), then user/extensions/bundled,
// user/extensions/shared, and user/uno_packages/cache/registry/
// com.sun.star.comp.deployment.component.PackageRegistryBackend/unorc are

View File

@@ -433,7 +433,7 @@ void Desktop::SynchronizeExtensionRepositories()
} else {
// reinstallDeployedExtensions above already calls syncRepositories
// internally:
dp_misc::syncRepositories(m_bCleanedExtensionCache, silent);
dp_misc::syncRepositories(false, silent);
}
}