summaryrefslogtreecommitdiff
path: root/vcl/vcl.unx.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.unx.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.unx.component')
-rw-r--r--vcl/vcl.unx.component3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/vcl.unx.component b/vcl/vcl.unx.component
index 70b3370c6ae3..30506b721155 100644
--- a/vcl/vcl.unx.component
+++ b/vcl/vcl.unx.component
@@ -19,7 +19,8 @@
<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.X11ClipboardSupport">
+ <implementation name="com.sun.star.datatransfer.X11ClipboardSupport"
+ constructor="vcl_SystemClipboard_get_implementation">
<service name="com.sun.star.datatransfer.clipboard.SystemClipboard"/>
</implementation>
<implementation name="com.sun.star.datatransfer.dnd.XdndDropTarget">