diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-08 18:10:34 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-16 10:24:53 +0100 |
commit | 881c3dfaef958476c353b44ed5e9fbf123a94512 (patch) | |
tree | fbfe9113fca1d1d13f9653747d45105e6e7e4e30 /svtools/util/svt.component | |
parent | 67bb39e3809ef4921eca427adcba2e05d3d2a2c3 (diff) |
svt: Use constructor feature for OAddressBookSourceDialogUno.
Change-Id: Ie046b43f40bd704090bbca4d14ea5321ff7639d9
Diffstat (limited to 'svtools/util/svt.component')
-rw-r--r-- | svtools/util/svt.component | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svtools/util/svt.component b/svtools/util/svt.component index ccb0dff116d8..5e5438ef7a07 100644 --- a/svtools/util/svt.component +++ b/svtools/util/svt.component @@ -18,7 +18,7 @@ --> <component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" - prefix="svt" xmlns="http://openoffice.org/2010/uno-components"> + xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.comp.graphic.GraphicProvider" constructor="com_sun_star_comp_graphic_GraphicProvider_get_implementation"> <service name="com.sun.star.graphic.GraphicProvider"/> @@ -27,7 +27,8 @@ constructor="com_sun_star_comp_graphic_GraphicRendererVCL_get_implementation"> <service name="com.sun.star.graphic.GraphicRendererVCL"/> </implementation> - <implementation name="com.sun.star.comp.svtools.OAddressBookSourceDialogUno"> + <implementation name="com.sun.star.comp.svtools.OAddressBookSourceDialogUno" + constructor="com_sun_star_comp_svtools_OAddressBookSourceDialogUno_get_implementation"> <service name="com.sun.star.ui.AddressBookSourceDialog"/> </implementation> <implementation name="com.sun.star.comp.svtools.uno.Wizard" |