diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2013-11-26 12:10:29 -0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-02 05:15:36 -0600 |
commit | 1c3d51fd6826fbc7d447243d40fcd351ad47ae84 (patch) | |
tree | d42676f7489d300273e494a6239b2cb4026e22dd /xmlhelp/util/ucpchelp1.component | |
parent | 0c07e71fbd2c7dcc28434878e274f01d6441ed8f (diff) |
fdo#60698: Merge tvhlp1 into ucpchelp1
tvhlp1 just have 2 files, and this lib is used always with ucpchelp1. By
these reasons, we can merge these 2 libs.
Change-Id: I515f9c12893c986279ffac91b83879c467b091c7
Reviewed-on: https://gerrit.libreoffice.org/6820
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 'xmlhelp/util/ucpchelp1.component')
-rw-r--r-- | xmlhelp/util/ucpchelp1.component | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmlhelp/util/ucpchelp1.component b/xmlhelp/util/ucpchelp1.component index 38ef9098b87d..1db2845122ad 100644 --- a/xmlhelp/util/ucpchelp1.component +++ b/xmlhelp/util/ucpchelp1.component @@ -23,4 +23,8 @@ <service name="com.sun.star.help.XMLHelp"/> <service name="com.sun.star.ucb.HelpContentProvider"/> </implementation> + <implementation name="com.sun.star.help.TreeViewImpl"> + <service name="com.sun.star.help.TreeView"/> + <service name="com.sun.star.ucb.HiearchyDataSource"/> + </implementation> </component> |