diff options
author | Steven Guo <steventimothyguo@gmail.com> | 2016-03-26 12:35:45 -0700 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-05-26 20:52:43 +0000 |
commit | 85f404151e308bc1e97a0f3f15702c1c40a3b59b (patch) | |
tree | bb58427f8c92fc0082ff6f89492abfbb6c8d83d9 /comphelper/util | |
parent | 5c05f1b201be8c1b978dc8d409f3c4dbf0b4beb6 (diff) |
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.component | 3 |
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" |