Kaydet (Commit) d7c5f37d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Some clean-up

Change-Id: I02c56a86454b5ed6df29c3af60b3da2c7bd4b7e1
üst 6f9c3bc8
...@@ -221,7 +221,7 @@ void removeTree(OUString const & url) { ...@@ -221,7 +221,7 @@ void removeTree(OUString const & url) {
// com.sun.star.comp.deployment.component.PackageRegistryBackend/*.rdb files // com.sun.star.comp.deployment.component.PackageRegistryBackend/*.rdb files
// contained data nevertheless. // 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, // one containing an old build ID), then user/extensions/bundled,
// user/extensions/shared, and user/uno_packages/cache/registry/ // user/extensions/shared, and user/uno_packages/cache/registry/
// com.sun.star.comp.deployment.component.PackageRegistryBackend/unorc are // com.sun.star.comp.deployment.component.PackageRegistryBackend/unorc are
......
...@@ -433,7 +433,7 @@ void Desktop::SynchronizeExtensionRepositories() ...@@ -433,7 +433,7 @@ void Desktop::SynchronizeExtensionRepositories()
} else { } else {
// reinstallDeployedExtensions above already calls syncRepositories // reinstallDeployedExtensions above already calls syncRepositories
// internally: // internally:
dp_misc::syncRepositories(m_bCleanedExtensionCache, silent); dp_misc::syncRepositories(false, silent);
} }
} }
......
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