summaryrefslogtreecommitdiffstats
path: root/comphelper/util
diff options
context:
space:
mode:
authorSteven Guo <steventimothyguo@gmail.com>2016-03-26 12:35:45 -0700
committerMichael Stahl <mstahl@redhat.com>2016-05-26 20:52:43 +0000
commit85f404151e308bc1e97a0f3f15702c1c40a3b59b (patch)
treebb58427f8c92fc0082ff6f89492abfbb6c8d83d9 /comphelper/util
parenttdf#42949: clean up includes in include/oox/ppt with iwyu (diff)
downloadcore-85f404151e308bc1e97a0f3f15702c1c40a3b59b.tar.gz
core-85f404151e308bc1e97a0f3f15702c1c40a3b59b.zip
tdf#74608 Constructor functions for OPropertyBag
Added constructor function for OPropertyBag in /comphelper/source/property/. Change-Id: I28d6aa5c6fa2aa4324cf4ac61c5f2e3ab0a5e14a Reviewed-on: https://gerrit.libreoffice.org/23541 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@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 c6fc2f31bc24..c59223d40056 100644
--- a/comphelper/util/comphelp.component
+++ b/comphelper/util/comphelp.component
@@ -42,7 +42,8 @@
constructor="com_sun_star_comp_SequenceOutputStreamService">
<service name="com.sun.star.io.SequenceOutputStream"/>
</implementation>
- <implementation name="com.sun.star.comp.comphelper.OPropertyBag">
+ <implementation name="com.sun.star.comp.comphelper.OPropertyBag"
+ constructor="com_sun_star_comp_comphelper_OPropertyBag"> >
<service name="com.sun.star.beans.PropertyBag"/>
</implementation>
<implementation name="com.sun.star.comp.embed.InstanceLocker"