diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-23 10:27:49 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-08 14:35:00 +0100 |
commit | ceffe83515be125df6c3811760ec59b95942a978 (patch) | |
tree | a1ed06c04f25e005bfcca2e933a73b9c1e4b40e9 /svtools/util/svt.component | |
parent | 0196a81910753f3d14add062b83a03ca83ca9e0b (diff) |
svt: Use constructor feature for ODocumentCloser.
Change-Id: Ia1a9593e3d1dbc41cf25f6a983cb340f48538226
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'svtools/util/svt.component')
-rw-r--r-- | svtools/util/svt.component | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/svtools/util/svt.component b/svtools/util/svt.component index bd359afc0b60..6d3bb3fea30b 100644 --- a/svtools/util/svt.component +++ b/svtools/util/svt.component @@ -47,7 +47,8 @@ constructor="com_sun_star_comp_svt_FolderPicker_get_implementation"> <service name="com.sun.star.ui.dialogs.FolderPicker"/> </implementation> - <implementation name="com.sun.star.comp.embed.DocumentCloser"> + <implementation name="com.sun.star.comp.embed.DocumentCloser" + constructor="com_sun_star_comp_embed_DocumentCloser_get_implementation"> <service name="com.sun.star.embed.DocumentCloser"/> </implementation> <implementation name="com.sun.star.comp.embed.HatchWindowFactory" |