diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-03-11 14:22:27 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-03-12 10:06:56 +0100 |
commit | 837f6e6f341758bacc70f40c0f7deecca5de0087 (patch) | |
tree | 0a366c27cc9a2c105c2a96ac382623af57b4ba4c /toolkit/util | |
parent | 3a3ad2b03dd24c49b6cf778fa63c0b4a5e39f7d5 (diff) |
move hatchwindow to toolkit
because it wants to use toolkit headers
Change-Id: If92b174bd4971b88f288f93c1beaed6f2103a83c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112348
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'toolkit/util')
-rw-r--r-- | toolkit/util/tk.component | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/toolkit/util/tk.component b/toolkit/util/tk.component index f4b425a4fca4..f93d1550a01a 100644 --- a/toolkit/util/tk.component +++ b/toolkit/util/tk.component @@ -23,6 +23,11 @@ constructor="com_sun_star_awt_comp_AsyncCallback_get_implementation"> <service name="com.sun.star.awt.AsyncCallback"/> </implementation> + <implementation name="com.sun.star.comp.embed.HatchWindowFactory" + constructor="com_sun_star_comp_embed_HatchWindowFactory_get_implementation"> + <service name="com.sun.star.comp.embed.HatchWindowFactory"/> + <service name="com.sun.star.embed.HatchWindowFactory"/> + </implementation> <implementation name="stardiv.Toolkit.UnoControlTabPage" constructor="stardiv_Toolkit_UnoControlTabPage_get_implementation"> <service name="com.sun.star.awt.tab.UnoControlTabPage"/> |