summaryrefslogtreecommitdiffstats
path: root/comphelper/util
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2015-12-26 22:39:08 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2015-12-27 13:55:29 +0100
commit4db23a9d17cccc2103b72506e3837a3b6576c181 (patch)
tree2c6463600747d9629e210060c012034ba6d7c0e3 /comphelper/util
parenttdf#74608: Constructor function for OfficeRestartManager singleton (diff)
downloadcore-4db23a9d17cccc2103b72506e3837a3b6576c181.tar.gz
core-4db23a9d17cccc2103b72506e3837a3b6576c181.zip
tdf#74608: Constructor function for OfficeInstallationDirectories singleton
Change-Id: Ia0de503c50b6b1d568df27f6a8139fdcc8d0cfbf
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 95432c655704..3a6803f37e24 100644
--- a/comphelper/util/comphelp.component
+++ b/comphelper/util/comphelp.component
@@ -52,7 +52,8 @@
<service name="com.sun.star.comp.task.OfficeRestartManager"/>
<singleton name="com.sun.star.task.OfficeRestartManager"/>
</implementation>
- <implementation name="com.sun.star.comp.util.OfficeInstallationDirectories">
+ <implementation name="com.sun.star.comp.util.OfficeInstallationDirectories"
+ constructor="com_sun_star_comp_util_OfficeInstallationDirectories">
<service name="com.sun.star.util.OfficeInstallationDirectories"/>
<singleton name="com.sun.star.util.theOfficeInstallationDirectories"/>
</implementation>