diff options
author | kripton <yeliztaneroglu@gmail.com> | 2016-01-29 00:59:41 +0200 |
---|---|---|
committer | Matúš Kukan <matus@libreoffice.org> | 2016-01-31 13:31:03 +0000 |
commit | 9ab1bdc217792e90b1b27d81128881d57152afc8 (patch) | |
tree | 7476d6ce61f251a98f0b4bf747db079f94eab533 /comphelper/util/comphelp.component | |
parent | 830b758b11645730306e9f9e5b67e3b22ce17ec6 (diff) |
tdf#74608 comphelper: Constructor feature for NamedPropertyValuesContainer
Change-Id: I63390eca5c887bfd84846655cef6339ba9785e24
Reviewed-on: https://gerrit.libreoffice.org/21888
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Matúš Kukan <matus@libreoffice.org>
Diffstat (limited to 'comphelper/util/comphelp.component')
-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 f7b7d9aeccd3..a9481505c9d4 100644 --- a/comphelper/util/comphelp.component +++ b/comphelper/util/comphelp.component @@ -26,7 +26,8 @@ constructor="IndexedPropertyValuesContainer_get_implementation"> <service name="com.sun.star.document.IndexedPropertyValues"/> </implementation> - <implementation name="NamedPropertyValuesContainer"> + <implementation name="NamedPropertyValuesContainer" + constructor="NamedPropertyValuesContainer_get_implementation"> <service name="com.sun.star.document.NamedPropertyValues"/> </implementation> <implementation name="com.sun.star.comp.MemoryStream"> |