summaryrefslogtreecommitdiff
path: root/android/Bootstrap
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2018-03-14 15:24:14 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-03-14 15:24:38 +0100
commitb203e78a69acf5d84cc245ce7232ffee4a6edcd4 (patch)
tree3d01d372e0dfc80ad53a8bb61a6f2779e897d3d2 /android/Bootstrap
parent7c354d1bf1ca29a5ae9ee9d6f18dd68b90530043 (diff)
Revert "tdf#96796 - Added clipboard actions for the Android Viewer"
Breaks Android tinderbox This reverts commit 31e939c9f4b29fb2b2e63eb096450cf3da35d67f. Change-Id: Id565c9ef8330c0b3bce2c678facb7605dcf3e356
Diffstat (limited to 'android/Bootstrap')
-rw-r--r--android/Bootstrap/src/org/libreoffice/kit/Document.java15
1 files changed, 0 insertions, 15 deletions
diff --git a/android/Bootstrap/src/org/libreoffice/kit/Document.java b/android/Bootstrap/src/org/libreoffice/kit/Document.java
index f0c5e7a6f99a..6a1f402970ea 100644
--- a/android/Bootstrap/src/org/libreoffice/kit/Document.java
+++ b/android/Bootstrap/src/org/libreoffice/kit/Document.java
@@ -232,21 +232,6 @@ public class Document {
public native void setGraphicSelection(int type, int x, int y);
/**
- * Get selected text
- * @param mimeType
- * @return
- */
- public native String getTextSelection(String mimeType);
-
- /**
- * paste
- * @param mimeType
- * @param data
- * @return
- */
- public native boolean paste(String mimeType, String data);
-
- /**
* Reset current (any kind of) selection.
*/
public native void resetSelection();