diff options
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"> |