summaryrefslogtreecommitdiff
path: root/comphelper/util
diff options
context:
space:
mode:
authorkripton <yeliztaneroglu@gmail.com>2016-01-28 02:35:52 +0200
committerMatúš Kukan <matus@libreoffice.org>2016-01-30 07:33:06 +0000
commit2416a2965f4d51e1b14b8539436f5f8fc16cc399 (patch)
treeec1596f0ae0b6529f0bf0e7c90dfcb79a085a52f /comphelper/util
parent9784ff3d878eaa21491fbd779e57d7d4710f5449 (diff)
tdf#74608 comphelper: Constructor feature for IndexedPropertyValuesContainer
Change-Id: I0e9ea9e4c750918b33040dad2279fe55facd4cab Reviewed-on: https://gerrit.libreoffice.org/21858 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 3a6803f37e24..f7b7d9aeccd3 100644
--- a/comphelper/util/comphelp.component
+++ b/comphelper/util/comphelp.component
@@ -22,7 +22,8 @@
<implementation name="AnyCompareFactory">
<service name="com.sun.star.ucb.AnyCompareFactory"/>
</implementation>
- <implementation name="IndexedPropertyValuesContainer">
+ <implementation name="IndexedPropertyValuesContainer"
+ constructor="IndexedPropertyValuesContainer_get_implementation">
<service name="com.sun.star.document.IndexedPropertyValues"/>
</implementation>
<implementation name="NamedPropertyValuesContainer">