diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-03-30 13:18:02 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-03-30 14:44:54 +0200 |
commit | 2596a381ced4349a226d4636bc9c657149e56ef0 (patch) | |
tree | 8e0b6103272b37369b2965094cf35b45e1966cad | |
parent | 04848b071afc31c6ac8ea4286bde8acd4f7cf110 (diff) |
org.libreoffice.uitest.UITest missing from vcl.macosx.component
...presumably by accident, while it is present in vcl.{unx,windows}.component.
(This is just one part of the puzzle of making uicheck work on macOS
eventually.)
Change-Id: I299b7940e5ffe40fbeccb9a3c60a3149acf16a95
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91359
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r-- | vcl/vcl.macosx.component | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/vcl.macosx.component b/vcl/vcl.macosx.component index 5ab7436d8def..3373b85f9345 100644 --- a/vcl/vcl.macosx.component +++ b/vcl/vcl.macosx.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> |