summaryrefslogtreecommitdiffstats
path: root/comphelper/util
diff options
context:
space:
mode:
authorkripton <yeliztaneroglu@gmail.com>2016-01-29 00:59:41 +0200
committerMatúš Kukan <matus@libreoffice.org>2016-01-31 13:31:03 +0000
commit9ab1bdc217792e90b1b27d81128881d57152afc8 (patch)
tree7476d6ce61f251a98f0b4bf747db079f94eab533 /comphelper/util
parenttdf#97362: Deleted CheckTable.java(this test translated to Python already.) (diff)
downloadcore-9ab1bdc217792e90b1b27d81128881d57152afc8.tar.gz
core-9ab1bdc217792e90b1b27d81128881d57152afc8.zip
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')
-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 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">