View | Details | Raw Unified | Return to issue 119272
Collapse All | Expand All

(-)a/main/desktop/source/deployment/manager/dp_extensionmanager.cxx (+3 lines)
Lines 1182-1187 uno::Sequence< uno::Sequence<Reference<deploy::XPackage> > > Link Here
1182
            getBundledRepository()->getDeployedPackages(xAbort, xCmdEnv);
1182
            getBundledRepository()->getDeployedPackages(xAbort, xCmdEnv);
1183
        addExtensionsToMap(mapExt, bundledExt, OUSTR("bundled"));
1183
        addExtensionsToMap(mapExt, bundledExt, OUSTR("bundled"));
1184
        addExtensionsToMap(mapExt, bundledExt, OUSTR("bundled_prereg"));
1184
        addExtensionsToMap(mapExt, bundledExt, OUSTR("bundled_prereg"));
1185
        // Create the tmp repository to trigger its clean up
1186
        // (deletion of old temporary data.)
1187
        getTmpRepository();
1185
1188
1186
        //copy the values of the map to a vector for sorting
1189
        //copy the values of the map to a vector for sorting
1187
        ::std::vector< ::std::vector<Reference<deploy::XPackage> > >
1190
        ::std::vector< ::std::vector<Reference<deploy::XPackage> > >

Return to issue 119272