diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-01-09 23:41:42 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-18 17:01:31 +0200 |
commit | 343ba6ac089a926c9ee6cadd58b6c3637bcbc5eb (patch) | |
tree | 459e306e8a35e9e35f20f4a65fba15328a04ad77 /vcl/vcl.unx.component | |
parent | 070d9231560ab8272fe3baa392d9cf3a2f7d6f95 (diff) |
uitest: actually implement the UNO interfaces
Change-Id: I3cbb3d8f7c6fa0d2616a31192a959f89d4cc7703
Diffstat (limited to 'vcl/vcl.unx.component')
-rw-r--r-- | vcl/vcl.unx.component | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/vcl.unx.component b/vcl/vcl.unx.component index d69012780262..3e84d352c31c 100644 --- a/vcl/vcl.unx.component +++ b/vcl/vcl.unx.component @@ -34,4 +34,8 @@ <implementation name="vcl::FontIdentificator"> <service name="com.sun.star.awt.FontIdentificator"/> </implementation> + <implementation name="org.libreoffice.uitest.UITest" + constructor="UITest_get_implementation"> + <service name="com.sun.star.ui.test.UITest"/> + </implementation> </component> |