summaryrefslogtreecommitdiff
path: root/vcl/vcl.android.component
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2017-04-25 11:40:54 +0200
committerTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2017-04-25 11:48:02 +0200
commit6891ab0dae58fe482e89eec5186ad7aeff909cac (patch)
treeb361c90a22a7d2777d5a874e805e5f8e62b0c87f /vcl/vcl.android.component
parente6e5a68f52f4e06b73f0ece3a3886f3bfc30f56d (diff)
enable clipboard service for android
- register the VCLGenericClipboard as the SystemClipboard - enable vcl.android component in Rdb services as this wasn't done - choose VclGenericClipboard as the android implementation Change-Id: I067dcf4d9cdfc4b7d7a941a1c86f545263d1abad
Diffstat (limited to 'vcl/vcl.android.component')
-rw-r--r--vcl/vcl.android.component3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/vcl.android.component b/vcl/vcl.android.component
index f2adfaa457cd..2c4c4a5909bf 100644
--- a/vcl/vcl.android.component
+++ b/vcl/vcl.android.component
@@ -19,6 +19,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.VCLGenericClipboard">
+ <service name="com.sun.star.datatransfer.clipboard.SystemClipboard"/>
+ </implementation>
<implementation name="com.sun.star.frame.VCLSessionManagerClient">
<service name="com.sun.star.frame.SessionManagerClient"/>
</implementation>