summaryrefslogtreecommitdiffstats
path: root/comphelper/util
diff options
context:
space:
mode:
authoryeliztaneroglu <yeliztaneroglu@gmail.com>2016-02-02 11:04:49 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-02-24 07:27:42 +0000
commit1b6a84a5a24e7e02c6066ca0fcb5a0011d2decd6 (patch)
tree64562f5fbff8bb5ee080f1ffebcc33e12be899a0 /comphelper/util
parentadapt description, the algorithm does not define the escape character (diff)
downloadcore-1b6a84a5a24e7e02c6066ca0fcb5a0011d2decd6.tar.gz
core-1b6a84a5a24e7e02c6066ca0fcb5a0011d2decd6.zip
tdf#74608: Constructor function for SimpleLogRing singleton
Change-Id: Ia8c2f214b635114ecac4a2ceb06628a2f18b6411 Reviewed-on: https://gerrit.libreoffice.org/22020 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 4de65e1c2c75..71ddeea1d261 100644
--- a/comphelper/util/comphelp.component
+++ b/comphelper/util/comphelp.component
@@ -46,7 +46,8 @@
<implementation name="com.sun.star.comp.embed.InstanceLocker">
<service name="com.sun.star.embed.InstanceLocker"/>
</implementation>
- <implementation name="com.sun.star.comp.logging.SimpleLogRing">
+ <implementation name="com.sun.star.comp.logging.SimpleLogRing"
+ constructor="com_sun_star_comp_logging_SimpleLogRing">
<service name="com.sun.star.logging.SimpleLogRing"/>
<singleton name="com.sun.star.logging.DocumentIOLogRing"/>
</implementation>