summaryrefslogtreecommitdiff
path: root/comphelper/util
diff options
context:
space:
mode:
authorYeliz Taneroğlu <yeliztaneroglu@gmail.com>2016-03-06 00:18:51 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-03-08 13:25:01 +0000
commitdf750471d757562671e612fe83d758231dd58b58 (patch)
tree1cc2ffdc2643db725225657e023fabdd1d4059ca /comphelper/util
parent9c72eca1fbec84c65b3c9733666470d94577da7a (diff)
tdf#74608 comphelper: Constructor feature for InstanceLocker
Change-Id: If2c597d56d4dde74ec8361b74bdd1933f42afa4b Reviewed-on: https://gerrit.libreoffice.org/22940 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
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 71ddeea1d261..a60912bf5160 100644
--- a/comphelper/util/comphelp.component
+++ b/comphelper/util/comphelp.component
@@ -43,7 +43,8 @@
<implementation name="com.sun.star.comp.comphelper.OPropertyBag">
<service name="com.sun.star.beans.PropertyBag"/>
</implementation>
- <implementation name="com.sun.star.comp.embed.InstanceLocker">
+ <implementation name="com.sun.star.comp.embed.InstanceLocker"
+ constructor="com_sun_star_comp_embed_InstanceLocker">
<service name="com.sun.star.embed.InstanceLocker"/>
</implementation>
<implementation name="com.sun.star.comp.logging.SimpleLogRing"