summaryrefslogtreecommitdiff
path: root/comphelper/util
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2021-03-22 13:31:00 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-03-23 07:41:50 +0100
commitfb6443a17dd676cc50560c7ac91e5e3106138222 (patch)
treef5d5f0dd7d71d9b2314bdf5b04d9d94e867e801f /comphelper/util
parent5947744bd722b17a27243a86fffb45c188f169a5 (diff)
use single-use attribute for OfficeInstallationDirectories
instead of rtl::Instance, which means it will get cleaned up when UNO shuts down Change-Id: If6b0a41d0a8a20ea4989771d83833288c6bd3234 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112926 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'comphelper/util')
-rw-r--r--comphelper/util/comphelp.component3
1 files changed, 2 insertions, 1 deletions
diff --git a/comphelper/util/comphelp.component b/comphelper/util/comphelp.component
index 10bc0cfe0ccd..1e4e0c8fbf8e 100644
--- a/comphelper/util/comphelp.component
+++ b/comphelper/util/comphelp.component
@@ -58,7 +58,8 @@
<singleton name="com.sun.star.task.OfficeRestartManager"/>
</implementation>
<implementation name="com.sun.star.comp.util.OfficeInstallationDirectories"
- constructor="com_sun_star_comp_util_OfficeInstallationDirectories">
+ constructor="com_sun_star_comp_util_OfficeInstallationDirectories"
+ single-instance="true">
<service name="com.sun.star.util.OfficeInstallationDirectories"/>
<singleton name="com.sun.star.util.theOfficeInstallationDirectories"/>
</implementation>