summaryrefslogtreecommitdiff
path: root/vcl/vcl.ios.component
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-07 15:55:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-07 19:58:39 +0200
commit05d286e0065ff1c10e75827ac4726b5a74747128 (patch)
tree4c04007256ca9a07e99171dfe0a9709f94f9afca /vcl/vcl.ios.component
parent616dc30585943b2d9bdae0d2b9e95567f8c7641f (diff)
vcl/clipboard: create instances with uno constructors
See tdf#74608 for motivation Change-Id: I8b50ccb014adeba8fa5084bcb804dfa61fa61159 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98265 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/vcl.ios.component')
-rw-r--r--vcl/vcl.ios.component5
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/vcl.ios.component b/vcl/vcl.ios.component
index 17e91391b855..21f73b70e705 100644
--- a/vcl/vcl.ios.component
+++ b/vcl/vcl.ios.component
@@ -18,8 +18,9 @@
-->
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
- prefix="vcl" xmlns="http://openoffice.org/2010/uno-components">
- <implementation name="com.sun.star.datatransfer.clipboard.iOSClipboard">
+ xmlns="http://openoffice.org/2010/uno-components">
+ <implementation name="com.sun.star.datatransfer.clipboard.iOSClipboard"
+ constructor="vcl_SystemClipboard_get_implementation">
<service name="com.sun.star.datatransfer.clipboard.SystemClipboard"/>
</implementation>
<implementation name="com.sun.star.frame.VCLSessionManagerClient"