diff options
author | kripton <yeliztaneroglu@gmail.com> | 2016-01-30 17:52:26 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-02-01 15:02:07 +0000 |
commit | a395a1137d2e9430dfd5fd20e81c9413f06a554d (patch) | |
tree | 613f36fda5264ac8e4270246f1c601e897636d17 /comphelper/util/comphelp.component | |
parent | ee5b0e6c9772c905061bf599491ff3d79f62d5ac (diff) |
tdf#74608 comphelper: Constructor feature for AnyCompareFactory
Change-Id: If5d35828a7309b6916de65282e32ce1ad459a15f
Reviewed-on: https://gerrit.libreoffice.org/21936
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
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 a9481505c9d4..4de65e1c2c75 100644 --- a/comphelper/util/comphelp.component +++ b/comphelper/util/comphelp.component @@ -19,7 +19,8 @@ <component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" prefix="comphelp" xmlns="http://openoffice.org/2010/uno-components"> - <implementation name="AnyCompareFactory"> + <implementation name="AnyCompareFactory" + constructor="AnyCompareFactory_get_implementation"> <service name="com.sun.star.ucb.AnyCompareFactory"/> </implementation> <implementation name="IndexedPropertyValuesContainer" |