summaryrefslogtreecommitdiff
path: root/svtools/util
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2013-11-26 00:03:50 -0200
committerCaolán McNamara <caolanm@redhat.com>2013-12-04 04:47:39 -0600
commit35c1d6f7617087c18b94e03ec9281c995e6d9e55 (patch)
tree354849bef7e354263f4a2515cb0783b111d8ad91 /svtools/util
parent42b733539179547a4030dfe54655b26985936717 (diff)
fdo#60698: Merge hatchwindowfactory into svt
They are used at same conditions, and hatchwindowfactory just have four files, so we don'y have any reason to keep them separated. Change-Id: Iae3bb26ab1e95a309bf0d83c4ef17a0bf0261179 Reviewed-on: https://gerrit.libreoffice.org/6811 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools/util')
-rw-r--r--svtools/util/svt.component7
1 files changed, 7 insertions, 0 deletions
diff --git a/svtools/util/svt.component b/svtools/util/svt.component
index 249448b28305..efc97f93ff50 100644
--- a/svtools/util/svt.component
+++ b/svtools/util/svt.component
@@ -43,4 +43,11 @@
<implementation name="com.sun.star.comp.svt.FolderPicker">
<service name="com.sun.star.ui.dialogs.FolderPicker"/>
</implementation>
+ <implementation name="com.sun.star.comp.embed.DocumentCloser">
+ <service name="com.sun.star.embed.DocumentCloser"/>
+ </implementation>
+ <implementation name="com.sun.star.comp.embed.HatchWindowFactory">
+ <service name="com.sun.star.comp.embed.HatchWindowFactory"/>
+ <service name="com.sun.star.embed.HatchWindowFactory"/>
+ </implementation>
</component>