summaryrefslogtreecommitdiff
path: root/comphelper/util
diff options
context:
space:
mode:
authorSteven Guo <steventimothyguo@gmail.com>2016-03-27 23:56:20 -0700
committerStephan Bergmann <sbergman@redhat.com>2016-03-29 08:51:59 +0000
commite81ad8c8ed960cf0765a4c3896b5ee449c973cd0 (patch)
treee6989767b8912e0a99a21651989966ec39cad07a /comphelper/util
parent21fb7dd4640088ede9e50fa634cc97e509a670f1 (diff)
tdf#74608 Constructor function for SequenceInputStreamService
Added ctor funtion for SequenceInputStream(Service) in comphelper. Change-Id: I043e46aa283709f316e7ad794e15438f6b2d955f Reviewed-on: https://gerrit.libreoffice.org/23564 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 a60912bf5160..3e742b7f2833 100644
--- a/comphelper/util/comphelp.component
+++ b/comphelper/util/comphelp.component
@@ -34,7 +34,8 @@
<implementation name="com.sun.star.comp.MemoryStream">
<service name="com.sun.star.comp.MemoryStream"/>
</implementation>
- <implementation name="com.sun.star.comp.SequenceInputStreamService">
+ <implementation name="com.sun.star.comp.SequenceInputStreamService"
+ constructor="com_sun_star_comp_SequenceInputStreamService">
<service name="com.sun.star.io.SequenceInputStream"/>
</implementation>
<implementation name="com.sun.star.comp.SequenceOutputStreamService">