diff options
author | Jan Holesovsky <kendy@collabora.com> | 2015-02-17 10:21:14 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2015-02-17 11:34:20 +0100 |
commit | 5c3d918062107818e31ef8ddbbb82078faf6de28 (patch) | |
tree | d7ff90717ab3d8c933d49da67728553da67a4ca4 /forms/util | |
parent | 5d05f7ed8582193c39e29b7dc16767fb850e9f28 (diff) |
forms: Convert also com.sun.star.form.XForms.
Plus some associated cleanup.
Change-Id: I0a923198c23e2e4ecbc91e5b56cfac31b7f71256
Diffstat (limited to 'forms/util')
-rw-r--r-- | forms/util/frm.component | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/forms/util/frm.component b/forms/util/frm.component index 9a738863779a..7fac98389fc9 100644 --- a/forms/util/frm.component +++ b/forms/util/frm.component @@ -288,7 +288,8 @@ <service name="com.sun.star.form.component.TimeField"/> <service name="stardiv.one.form.component.TimeField"/> </implementation> - <implementation name="com.sun.star.form.XForms"> + <implementation name="com.sun.star.form.XForms" + constructor="com_sun_star_form_XForms_get_implementation"> <service name="com.sun.star.xforms.XForms"/> </implementation> </component> |