Author: af
Date: Wed Jun 27 11:38:42 2012
New Revision: 1354436
URL: http://svn.apache.org/viewvc?rev=1354436&view=rev
Log:
#i120082# Merge in fix from trunk:
Trigger deletion of temporary files of extension manager.
Modified:
incubator/ooo/branches/AOO34/ (props changed)
incubator/ooo/branches/AOO34/main/ (props changed)
incubator/ooo/branches/AOO34/main/desktop/source/deployment/manager/dp_extensionmanager.cxx
Propchange: incubator/ooo/branches/AOO34/
------------------------------------------------------------------------------
Merged /incubator/ooo/trunk:r1353632
Propchange: incubator/ooo/branches/AOO34/main/
------------------------------------------------------------------------------
Merged /incubator/ooo/trunk/main:r1353632
Modified:
incubator/ooo/branches/AOO34/main/desktop/source/deployment/manager/dp_extensionmanager.cxx
URL:
http://svn.apache.org/viewvc/incubator/ooo/branches/AOO34/main/desktop/source/deployment/manager/dp_extensionmanager.cxx?rev=1354436&r1=1354435&r2=1354436&view=diff
==============================================================================
---
incubator/ooo/branches/AOO34/main/desktop/source/deployment/manager/dp_extensionmanager.cxx
(original)
+++
incubator/ooo/branches/AOO34/main/desktop/source/deployment/manager/dp_extensionmanager.cxx
Wed Jun 27 11:38: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;