diff options
author | Yeliz Taneroğlu <yeliztaneroglu@gmail.com> | 2016-04-11 13:06:11 +0300 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2016-07-09 12:15:50 +0200 |
commit | 5f37f56088eae48508336d68100b68cca407668a (patch) | |
tree | 0e7f0496869d4cc3e415426abba0bdb2976d74f7 /comphelper/util | |
parent | 5a6ab81651a98dd726ab7d40101dc81f62895fd4 (diff) |
tdf#74608 Constructor function for MemoryStream
Change-Id: I5b0667c4c2808913cde686afa7315ef2319b4d49
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 0fbf81a09898..c953f52fe044 100644 --- a/comphelper/util/comphelp.component +++ b/comphelper/util/comphelp.component @@ -31,7 +31,8 @@ constructor="NamedPropertyValuesContainer_get_implementation"> <service name="com.sun.star.document.NamedPropertyValues"/> </implementation> - <implementation name="com.sun.star.comp.MemoryStream"> + <implementation name="com.sun.star.comp.MemoryStream" + constructor="com_sun_star_comp_MemoryStream"> <service name="com.sun.star.comp.MemoryStream"/> </implementation> <implementation name="com.sun.star.comp.SequenceInputStreamService" |