Kaydet (Commit) 84598594 authored tarafından Andre Fischer's avatar Andre Fischer

#i119272# Trigger deletion of temporary files of extension manager.

üst 29820aca
...@@ -1183,6 +1183,10 @@ uno::Sequence< uno::Sequence<Reference<deploy::XPackage> > > ...@@ -1183,6 +1183,10 @@ uno::Sequence< uno::Sequence<Reference<deploy::XPackage> > >
addExtensionsToMap(mapExt, bundledExt, OUSTR("bundled")); addExtensionsToMap(mapExt, bundledExt, OUSTR("bundled"));
addExtensionsToMap(mapExt, bundledExt, OUSTR("bundled_prereg")); addExtensionsToMap(mapExt, bundledExt, OUSTR("bundled_prereg"));
// Create the tmp repository to trigger its clean up (deletion
// of old temporary data.)
getTmpRepository();
//copy the values of the map to a vector for sorting //copy the values of the map to a vector for sorting
::std::vector< ::std::vector<Reference<deploy::XPackage> > > ::std::vector< ::std::vector<Reference<deploy::XPackage> > >
vecExtensions; vecExtensions;
......
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