diff options
author | Yeliz Taneroğlu <yeliztaneroglu@gmail.com> | 2016-03-30 01:31:35 +0300 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-05 10:25:00 +0000 |
commit | 0ea748be9cc2db67dd72f9989f495c5f7cbd8071 (patch) | |
tree | 42d0bd142a3267dda139bae4fa9b1dc85fab0204 /comphelper/util | |
parent | 0452db13db40e81522fb6bc49136d25b6ffcff41 (diff) |
tdf#74608 Constructor function for SequenceOutputStreamService
Change-Id: I0f162bd0ec61262a182ebab8cea1cfe27419a54e
Reviewed-on: https://gerrit.libreoffice.org/23610
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@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 3e742b7f2833..c6fc2f31bc24 100644 --- a/comphelper/util/comphelp.component +++ b/comphelper/util/comphelp.component @@ -38,7 +38,8 @@ constructor="com_sun_star_comp_SequenceInputStreamService"> <service name="com.sun.star.io.SequenceInputStream"/> </implementation> - <implementation name="com.sun.star.comp.SequenceOutputStreamService"> + <implementation name="com.sun.star.comp.SequenceOutputStreamService" + constructor="com_sun_star_comp_SequenceOutputStreamService"> <service name="com.sun.star.io.SequenceOutputStream"/> </implementation> <implementation name="com.sun.star.comp.comphelper.OPropertyBag"> |