Author: af
Date: Mon Jun 25 16:12:42 2012
New Revision: 1353632
URL: http://svn.apache.org/viewvc?rev=1353632&view=rev
Log:
#i119272# Trigger deletion of temporary files of extension manager.
Modified:
incubator/ooo/trunk/main/desktop/source/deployment/manager/dp_extensionmanager.cxx
Modified:
incubator/ooo/trunk/main/desktop/source/deployment/manager/dp_extensionmanager.cxx
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/desktop/source/deployment/manager/dp_extensionmanager.cxx?rev=1353632&r1=1353631&r2=1353632&view=diff
==============================================================================
---
incubator/ooo/trunk/main/desktop/source/deployment/manager/dp_extensionmanager.cxx
(original)
+++
incubator/ooo/trunk/main/desktop/source/deployment/manager/dp_extensionmanager.cxx
Mon Jun 25 16:12:42 2012
@@ -1183,6 +1183,10 @@ uno::Sequence< uno::Sequence<Reference<d
addExtensionsToMap(mapExt, bundledExt, OUSTR("bundled"));
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
::std::vector< ::std::vector<Reference<deploy::XPackage> > >
vecExtensions;